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

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.

Awesome Lists containing this project

README

        

open-simplex-noise-in-c
=======================

Port of Kurt Spencer's java implementation of open simplex noise to C