Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tbayart/libnoise-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

libnoise-dotnet

Automatically exported from code.google.com/p/libnoise-dotnet

libnoise is used to generate coherent noise, a type of smoothly-changing noise. libnoise can generate Perlin noise, ridged multifractal noise, and other types of coherent-noise.

Coherent noise is often used by graphics programmers to generate natural-looking textures, planetary terrain, and other things.

In libnoise, coherent-noise generators are encapsulated in classes called noise modules. There are many different types of noise modules. Some noise modules can combine or modify the outputs of other noise modules in various ways; you can join these modules together to generate very complex coherent noise.

This project is a c# port of the libnoise c++ library: http://sourceforge.net/projects/libnoise/

libnoise c#, libnoise dotnet, libnoise for unity3d, libnoise for xna

About

Automatically exported from code.google.com/p/libnoise-dotnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages