Javis.jl
Javis.jl copied to clipboard
Drawing a shape line by line
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

Can you elaborate a bit more?
The animation is just drawing rectangle by Hilbert curves, and the hilbert curve can be broken into different lines , you just meant that line in drawing "line by line", right?

Sorry @XRFXLP I somehow missed your comment. The idea is to provide a simple way to draw any kind of shape the user provides, i.e a polygon in an animated fashion.