https://github.com/smcameron/open-simplex-noise-in-c
Port of Kurt Spencer's java implementation of open simplex noise to C -- Note: This is NOT Ken Perlin's Simplex noise algorithm.
https://github.com/smcameron/open-simplex-noise-in-c
hacktoberfest
Last synced: 17 days ago
JSON representation
Port of Kurt Spencer's java implementation of open simplex noise to C -- Note: This is NOT Ken Perlin's Simplex noise algorithm.
- Host: GitHub
- URL: https://github.com/smcameron/open-simplex-noise-in-c
- Owner: smcameron
- License: unlicense
- Created: 2014-10-06T15:47:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T19:04:09.000Z (4 months ago)
- Last Synced: 2025-02-01T20:18:56.841Z (4 months ago)
- Topics: hacktoberfest
- Language: C
- Homepage:
- Size: 51.8 KB
- Stars: 140
- Watchers: 14
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - open-simplex-noise-in-c - - Note: This is NOT Ken Perlin's Simplex noise algorithm. (Maths)
README
open-simplex-noise-in-c
=======================Port of Kurt Spencer's java implementation of open simplex noise to C