FastNoise library integration for Godot Engine
Go to file
Marc Gilleron d7746de185 Added README 2016-05-02 18:42:47 +02:00
lib
.gitignore
LICENSE.md
README.md Added README 2016-05-02 18:42:47 +02:00
SCsub
config.py
noise.cpp
noise.h
register_types.cpp
register_types.h

README.md

FastNoise for Godot Engine

This is an integration of the FastNoise C++ library for Godot Engine. It uses Simplex Noise for some of its generators, which is patented. If you want to avoid the patent, you can try OpenSimplex, for which I also made a module.

I still prefer FastNoise because it has more features, doesn't allocates dynamic memory and works with a single class.