diff --git a/README.md b/README.md index 7e5e24f..adb9390 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # Boids - Implemenation of boids in c/c++. + Implemenation of boids in c/c++, compiled for the web. + + [Here you can find the deployment of the latest release.](https://eliasnijs.xyz/projects/boids/boids.html) + +\ +***IMPORTANT:***\ +*An overiew of the required libraries and where they can found has not been added to the project documentation yet. This will be done in the near future.* + +\ +**TODO:** +1. Document required libraries. +1. Implement a more robust rendering system, offloading more calculation to the gpu. This has been written in a quick and unoptimized manner at the moment.