To install the latest version of Julia, follow the juliaup
installation guide here:
https://github.com/JuliaLang/juliaup/blob/61c09c460ca3a150e542522be8b8b8a5041e718a/README.md
git clone [email protected]:jonathanfischer97/InteractiveOscillator.git
In order to reproduce the necessary package environment, first:
cd
into the cloned repository.- Run
julia --project -e 'using Pkg; Pkg.instantiate()'
To open the interactive visualization window, run the main script with julia --project visualizer.jl
.
This will open up a separate window that looks like this: