From e278da53e8953d79dc453921d55125bef73fd49f Mon Sep 17 00:00:00 2001 From: Elias Nijs Date: Fri, 24 May 2024 22:03:00 +0200 Subject: [PATCH] docs: update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b54ce16..5aa397f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ [Here you can find the deployment of the latest release.](https://eliasnijs.xyz/projects/boids/boids.html) - \ -***NOTE:***\ +***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 un-optimized manner at the moment.