webgl-noise/demo
Stefan Gustavson cffb52a006 Created warning about old code 2016-05-16 10:39:16 +02:00
..
Linux Linux Makefile edit 2012-03-19 10:00:17 +01:00
MacOSX Added demo (more fun, noise galore) 2011-04-04 20:31:20 +02:00
Win32 Added demo (more fun, noise galore) 2011-04-04 20:31:20 +02:00
common Changed demo shader slightly 2011-04-05 18:05:09 +02:00
Makefile Added demo (more fun, noise galore) 2011-04-04 20:31:20 +02:00
README Created warning about old code 2016-05-16 10:39:16 +02:00

README

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.