Skip to content

Latest commit

 

History

History

Portfolio

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Portfolio

The homepage of my online portfolio.

Instructions for building WASM + WebGL version on macOS or Linux:

  1. Install Emscripten and build the chronotext-cross library following these instructions

  2. Clone this repository with:

    git clone https://github.com/arielm/works
    
  3. Add WORKS_PATH variable:

    export WORKS_PATH=path/to/works
    
  4. Build and run:

    cd $WORKS_PATH/sketches/Portfolio
    RUN_TEST -DPLATFORM=emscripten
    

    The resulting .wasm, .js and .data files will be in build/emscripten.