Skip to content

Commit cffb52a

Browse files
committed
Created warning about old code
1 parent 8e4b17a commit cffb52a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

demo/README

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
This is a visual demo for some of the noise functions, but it was written in 2011
2+
to be compatible with MacOS X, which was still stuck at OpenGL 2.1 at the time.
3+
The code hasn't aged well. In addition to using legacy OpenGL, it uses
4+
the old version 2 of the GLFW library, which is still available but no longer
5+
maintained. Trying to resurrect this code might prove painful.
6+
In any case, this is not code you should learn from or build upon.

0 commit comments

Comments
 (0)