This is a C++ library for creating WASM ball machine chambers that can be uploaded to https://sphaerophoria.dev/
It is compatible with the Ball Machine Chamber API and was made as an easy way to start writing chambers in C++.
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install latest
./emsdk activate latest
Activate path variables:
source ./emsdk_env.sh
# Optionally build with examples
emcmake cmake -B build -DCHAMBER_BUILD_EXAMPLES=ON
cmake --build build
This project is licensed under the BSD 2-Clause - see the LICENSE file for details.