Skip to content

Werpers/makie_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Makie demo

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_example

then 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages