From cffb52a0069b62b44ed4b38e925146a0b79d081a Mon Sep 17 00:00:00 2001 From: Stefan Gustavson Date: Mon, 16 May 2016 10:39:16 +0200 Subject: [PATCH] Created warning about old code --- demo/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 demo/README diff --git a/demo/README b/demo/README new file mode 100644 index 0000000..cc8a73a --- /dev/null +++ b/demo/README @@ -0,0 +1,6 @@ +This is a visual demo for some of the noise functions, but it was written in 2011 +to be compatible with MacOS X, which was still stuck at OpenGL 2.1 at the time. +The code hasn't aged well. In addition to using legacy OpenGL, it uses +the old version 2 of the GLFW library, which is still available but no longer +maintained. Trying to resurrect this code might prove painful. +In any case, this is not code you should learn from or build upon.