Skip to content

arielm/code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code

Source code for some of the examples featured in my blog.

Instructions

  1. Follow these instructions for running on macOS or Linux, or these instructions for running in the browser.

  2. Clone this repository with:

    git clone https://github.com/arielm/code
    
  3. Add CODE_PATH variable:

    export CODE_PATH=path/to/code
    
  4. Pick a sketch, e.g.

    cd $CODE_PATH/sketches/Drawing2dText
    
  5. Run for your platform of choice:

    RUN_TEST -DPLATFORM=???
    

    Supported platform identifiers: osx, linux, emscripten

About

Source code for some of the examples featured in my blog

Resources

License

Stars

Watchers

Forks