A simple Julia Tutorial dedicated to the dynamic of 1D and 2D sets of masses connected with springs.
This project is associated with the videos (in French with English subtitles) :
] activate .
] instantiate
include("main1D.jl")
] activate .
] instantiate
include("main2D.jl")
include("main2D.jl") #run twice to get proper timings
cd("SpringCUDA")
] activate .
] instantiate
include("main2D_cuda.jl")
cd("MakiePlots")
] activate .
] instantiate
include("main_makie.jl")