/chronotext-src

Source code for the chronotext experiments

Primary LanguageC++MIT LicenseMIT

chronotext-src

Based on chronotext-cross for infrastructure. See also: chronotext.org.

Source code for the chronotext experiments:


  1. Unless the experiment has its own instructions, 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/chronotext-src
    
  3. Add SRC_PATH variable:

    export SRC_PATH=path/to/chronotext-src
    
  4. Pick a sketch, e.g.

    cd $SRC_PATH/sketches/SpiralLandscape
    
  5. Run for your platform of choice:

    RUN_TEST -DPLATFORM=???
    

    Supported platform identifiers: osx, linux, emscripten