Skip to content

Commit

Permalink
Merge branch 'master' of github.com:eliasnijs/c-web-boids
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnijs committed May 25, 2024
2 parents 1cd8e46 + 5144293 commit 245cace
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 245cace

Please sign in to comment.