From 30a67563d0afd4330e6143133b12c62fae169325 Mon Sep 17 00:00:00 2001 From: Tim Willebrands Date: Sun, 13 Jan 2019 14:55:11 +0100 Subject: [PATCH] Update README.md --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index 4c54313..ff3bd84 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,4 +8,6 @@ The system can draw as many line-of-sight mesheses as possible (in theory). I wrote this asset for a game I'm working on and it seemed like a nice idea to open source it. If you intend to use this code you should know that I am a hobbyist with no formal background in programming, therefor there are bugs and it is incredibly unlikely that the asset is as optimised as it could be. +In the future I might rewrite this to make use of the ECS, the code is really data driven and segmented so it seems feasible and might be a nice project. + I'm open to contributions to the project.