An open API service indexing awesome lists of open source software.

https://github.com/stegu/perlin-noise

Various versions of Perlin noise (C and C++)
https://github.com/stegu/perlin-noise

Last synced: 17 days ago
JSON representation

Various versions of Perlin noise (C and C++)

Awesome Lists containing this project

README

        

# perlin-noise
Various versions of Perlin noise

This is a collection of various files I have been sprinkling around
the Internet for a couple of decades. It was about time I collected
them in a proper repository.

The functions are in plain C, but the code is very straightforward,
consisting solely of plain computational sequences. Porting to C++
is only a matter of encapsulating this in classes, and porting to
any other language should be a reasonably easy as well.

Because of time constraints, I will not maintain separate language
versions in this public repository, and I hope for your understanding.