Examples
Aside from tutorials which take you step by step on how to create a tutorial, we also felt that it useful to show additional examples on things you can make with Javis
! These animations do not have an accompanying tutorial but rather, scripts that you can examine, tweak, and modify to suit your own purposes. If you have an interesting example that you would like to share with us, open an issue (check out our Contributing Guide on how to do this) and we'd be happy to add your example to this page!
Example | Link | Details |
---|---|---|
![]() | Follow a Path | This creates a bezier curve to draw the outline of a car and have a circle go around that outlined path. follow_path , makebezierpath , and appear were used to create this animation. |
![]() | Draw the Julia Logo | Drawing the Julia logo using Fourier series approximation. FFTW and OffsetArrays were used to make the signal transforms easier. You must download julia_logo.csv for this example. Kindly provided by ric-cioffi |