JuliaAnimators/Javis.jl

Drawing a shape line by line

Open

#218 opened on Oct 3, 2020

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Julia (50 forks)batch import
enhancementhacktoberfest

Repository metrics

Stars
 (847 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Is your feature request related to a problem? Please explain. It's currently not really supported to draw a shape line by line. This can go from the drawing a rectangle line by line to the Hilbert curve.

Describe the solution you'd like It makes sense to have another appear function like appear(:line) which uses the polyportion functionality to make this effect.

Additional context As an example hilbert

Contributor guide