maze3d
A 2.5D maze generator / animation written in C++11.
Compiles (mostly) cleanly into x86 linux and asm.js through emscripten.
Setup for Emscripten
- Intall emscripten
Don't forget to
source ./emsdk_env.sh
from your emscripten install dir to ensure our PATH contains the necessary directories. - In the root directory of the clone, run
./setup_emscripten.sh
to setup the build directory for emscripten (embuild). - In the embuild directory, run make
- In a browser, navigate to file:///<path-to-your-clone>/embuild/test.html
Setup for Local
- In the root directory of the clone, run
./setup_local.sh
to setup the build directory for local dev (build). - In the build directory, run make.
- In the maze directory, run ../build/maze .