Skip to content

Noise now implemented as Module

Latest
Compare
Choose a tag to compare
@monkstone monkstone released this 05 Apr 17:32
· 33 commits to master since this release

There are two noise modules:-

  1. FastNoise (a JRubyWrapper around OpenSimplex2F.java, used as default noise)
  2. SmoothNoise (a JRubyWrapper around OpenSimplex2S.java, use SmoothNoise.noise(...) to call)
    The latest sample release 3.3 has more usage examples.