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

https://github.com/mpdn/generative

C++11 templated coherent noise library
https://github.com/mpdn/generative

Last synced: about 1 year ago
JSON representation

C++11 templated coherent noise library

Awesome Lists containing this project

README

          

Generative
===========
Generative is a header-only C++11 template library for compositioning coherent noise using the OpenGL Mathematics library (GLM).

Most C++ coherent noise libraries use a very object-heavy approach where you string objects together to create different kinds of coherent noise. Generative, on the other hand, uses a more function-oriented approach.

License
-------
Generative is released under the MIT license. See LICENSE for more information.

[1]:https://github.com/Noctune/libcoherent/wiki/Tutorial