pjkarlik / ProcessingNoise

Processing Sketch - Converted Simplex Noise & 3D Render

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplex Noise on a 3D Grid

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/

Change Log

  • 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.

Run the example

Requires Processing 3.3 or better.

License

[MIT]

About

Processing Sketch - Converted Simplex Noise & 3D Render

License:MIT License


Languages

Language:Processing 100.0%