Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 691 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 691 Bytes

Boids

Implemenation of boids in c/c++, compiled for the web.

Here you can find the deployment of the latest release.

Build

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