This is where I keep miscellaneous bits of code related to ISO C++ SG13 work. Almost all of it compiles down to HTML5 + JavaScript code.
To run a pre-built copy, only a web browser is needed, one with support for HTML5 Canvas + JavaScript.
To build, you'll need reasonably up-to-date copies of:
With make and Emscripten installed, the following should be sufficient to build these demos:
git clone --recursive https://github.com/DavidLudwig/sg13-research
cd sg13-research
make
In terms of prerequisities:
xcode-select --install
brew install emscripten