• Stars
    star
    428
  • Rank 100,928 (Top 2 %)
  • Language
    C#
  • License
    GNU General Publi...
  • Created almost 14 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Coherent noise library for Unity, a port of LibNoise. NOTE: I'm not actively maintaining or developing the project.

LibNoise.Unity

The main repository for LibNoise.Unity is currently maintained by Ricardo J. Méndez. Pull requests are welcome.

License

LibNoise.Unity is released under the LGPL license. See COPYING.txt and COPYING.LESSER.txt for details.

About

LibNoise was originally created by Jason Bevins. The library was later ported to Xna by Marc André Ueberall, and moved to Unity by Tim Speltz. Speltz’s original development forum thread contains a Unity package with an example scene, which can be found here. Please note that LibNoise.Unity is only a repository for the library code itself and contains no example files.

You can also see the converted tutorials examples on this repository.

Other contributors to LibNoise.Unity include Teddy Bradford who reworked much of the Noise2D class to improve tiling support for noise maps.