From 8e4b17afcccc768b761adf1b22bffad660cf813b Mon Sep 17 00:00:00 2001 From: Stefan Gustavson Date: Mon, 16 May 2016 10:37:53 +0200 Subject: [PATCH] Created warning about old code --- benchmark/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 benchmark/README diff --git a/benchmark/README b/benchmark/README new file mode 100644 index 0000000..f5e1c30 --- /dev/null +++ b/benchmark/README @@ -0,0 +1,6 @@ +This is a benchmark for 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 2.1, 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.