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++)
- Host: GitHub
- URL: https://github.com/stegu/perlin-noise
- Owner: stegu
- License: other
- Created: 2016-06-08T10:55:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T10:23:43.000Z (over 2 years ago)
- Last Synced: 2024-11-14T22:35:31.589Z (6 months ago)
- Language: C
- Size: 1.16 MB
- Stars: 176
- Watchers: 8
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- AwesomeCppGameDev - perlin-noise
README
# perlin-noise
Various versions of Perlin noiseThis 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.