Source code for some of the examples featured in my blog.
-
Follow these instructions for running on macOS or Linux, or these instructions for running in the browser.
-
Clone this repository with:
git clone https://github.com/arielm/code
-
Add
CODE_PATH
variable:export CODE_PATH=path/to/code
-
Pick a sketch, e.g.
cd $CODE_PATH/sketches/Drawing2dText
-
Run for your platform of choice:
RUN_TEST -DPLATFORM=???
Supported platform identifiers:
osx
,linux
,emscripten