Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 849 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 849 Bytes

ElasticCollision.jl

Usage

Prerequisite

  1. Install Julia from here
  2. git clone this project:
$ cd /path/to/your/workspace
$ git clone --recursive https://github.com/AtelierArith/ElasticCollision.jl.git
  1. instantiate project:
$ cd /path/to/ElasticCollision.jl
$ julia --project=@. -e 'using Pkg; Pkg.instantiate()'

Running Julia server

$ cd /path/to/ElasticCollision.jl
$ julia --project=@. -e 'using Pkg; Pkg.instantiate()'
$ ./bin/server

then open your web browser and go to http://localhost:8000/

Tips

You can adjust the number of particles and the length of time gif via http://localhost:8000/?maxT=300&num_particles=60