DavidLudwig / sg13-research

http://dll.fyi/sg13/
0 stars 0 forks source link

DavidL's SG13 Miscellany

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.

Getting Started

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

MacOS prerequisite notes

In terms of prerequisities:

xcode-select --install

brew install emscripten

Built With