A simple Makie animation demo. Solves the periodic one dimensional wave equation and animates the solution in real time. To run first activate the Julia environment,
pkg> activate makie_examplethen include main.jl (possibly using Revise.jl's includet)
julia> include("main.jl")and finally call the main function
julia> main()
main takes a key word argument animate which defaults to true. If set to false a movie file will be saved instead of showing a live animation.