]> git.localhorst.tv Git - blank.git/blobdiff - TODO
added Galois LFSR PRNG
[blank.git] / TODO
diff --git a/TODO b/TODO
index dfe8332640b9f49a5162c4982b427ebef4e62690..244e938c259c8283cafa73b09be54cbeba6fb3db 100644 (file)
--- a/TODO
+++ b/TODO
@@ -75,3 +75,9 @@ world generator that is not boring
 entity/world collision
 
        entities should be stopped from entering solid parts of the world
+
+better noise
+
+       current simplex noise implementation repeats itself pretty quickly
+       also there seems to be a (imo) better implementation here:
+       http://flafla2.github.io/2014/08/09/perlinnoise.html