This folder contains several stand-alone demos for Ark.jl.
For an overview of the available demos, including screenshots, see the Demos page in the user manual.
First, clone the repository and cd into it:
git clone https://github.com/ark-ecs/Ark.jl.git
cd Ark.jl
Next, instantiate the demos project:
julia --project=demos -e 'using Pkg; Pkg.develop(path="."); Pkg.instantiate()'
Run individual demos like this:
julia --project=demos demos/<DEMO>/main.jl
Most of the demos are interactive, so try hovering the mouse over the window.