-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:eliasnijs/c-web-boids
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |