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 a PR (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. It uses the libraries FFTW, FFTViews and TravelingSalesmanHeuristics. Inspired by ric-cioffi | |
Project a rotating point | Creates a rotating point and its projection on the positive orthant. Inspired by matbesancon | |
Earth Venus Cosmic Dance | This creates a beautiful animation of the cosmic dance of Earth and Venus giving rise to the 5 petals. Contributed by Ved Mahajan | |
Escaping the swirling vortex | This shows the vector field of a nonautonomous ODE for which the eigenvalues of the jacobian have negative real part but the origin is unstable, so the nonstationary solutions "escape the swirling vortex". The system of ODEs is credited to L. Markus and H. Yamabe (1960). Contributed by Ricardo M. S. Rosa | |
Galton Board | This shows a visualisation of the Galton Board, created by Francis Galton, that is used demonstrate the central limit theorem. Contributed by Enzio Kam. | |
Cemtral Limit Theorem | This shows a visualization of the convergence of the mean of IID variables to a Gaussian distribution. Contributed by gpucce. | |
Gravities of the Solar System | Comparison of different gravities in the solar system. Inspired by @physicsJ animation here. Contributed by Anson Biggs | |
Chaos Game | This draws an animation of the construction of a Sierpinski Fractal using the Chaos Game drawing method. Uses Luxor.jl's polygon methods and JLine . Contributed by razetime. |