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
- Host: GitHub
- URL: https://github.com/mpdn/generative
- Owner: mpdn
- License: mit
- Created: 2013-04-12T17:39:42.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-20T10:50:22.000Z (over 12 years ago)
- Last Synced: 2025-02-07T03:41:42.145Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 313 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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