Processing 3 Sketch - Simplex Noise on a 3D Generated grid of spheres. Click and drag the grid to rotate. This is the desktop/Java version of http://p5js-demo.surge.sh
Simplex Noise Class Based on example code by Stefan Gustavson (stegu@itn.liu.se). Optimisations by Peter Eastman (peastman@drizzle.stanford.edu).
More info check out http://processing.org/
- Optimizations for math and time in loops.
- Full Screen Mode - takes overfull screen - can comment out for other resolutions.
- Initial Commit - Basic Simplex functions, grid and camera movement.
Requires Processing 3.3 or better.
[MIT]