Javis.jl icon indicating copy to clipboard operation
Javis.jl copied to clipboard

Drawing a shape line by line

Open Wikunia opened this issue 5 years ago • 3 comments
trafficstars

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

Wikunia avatar Oct 03 '20 13:10 Wikunia

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?

XRFXLP avatar Apr 04 '21 01:04 XRFXLP

ease_pos_test

Sov-trotter avatar Jun 21 '21 22:06 Sov-trotter

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.

Wikunia avatar Jun 22 '21 06:06 Wikunia