Implemenation of boids in c/c++, compiled for the web.
Here you can find the deployment of the latest release.
To build the project, you need to have emscripten installed. You can find the installation instructions here.
After you have installed emscripten, clone the repository:
git clone --recurse-submodules [email protected]:eliasnijs/c-web-boids.git
Install the dependencies with the following commands:
cd libs
./buildlibs.sh all
cd ..
Then you can build the project with the following commands:
./build.sh