Interactive demos inspired by Amit Patel from RedBlobGames.
This project is built using Emscripten, and it is expected that $EMSDK exists on the PATH.
# builds emscripten module
> git clone https://github.com/mathewmariani/interactive-demos
> cd interactive-demos
> cmake --preset Release
> cmake --build --preset Release
# dev. environment
> npm install
> npm run dev
This project is free software; you can redistribute it and/or modify it under the terms of the MIT license. See LICENSE for details.