/simulation

Physics Simulations

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Simulation

A set of physics simulations.

Dependencies

Targets

Cloning

git clone --recursive

Compiling

Native:

mkdir build && cd build
cmake ..
make
./simulation

HTML5:

source path/to/emsdk_env.sh
mkdir build-web && cd build-web
emcmake cmake ..
emmake make
emrun --serve_after_close simulation.html