mirror of
https://github.com/Relintai/godot_fastnoise.git
synced 2025-02-04 16:16:07 +01:00
Update README.md
Added link to Simplex patent
This commit is contained in:
parent
d7746de185
commit
b1e9f39fad
@ -2,7 +2,7 @@ FastNoise for Godot Engine
|
|||||||
=============================
|
=============================
|
||||||
|
|
||||||
This is an integration of the [FastNoise C++ library](https://github.com/Auburns/FastNoise) for Godot Engine.
|
This is an integration of the [FastNoise C++ library](https://github.com/Auburns/FastNoise) for Godot Engine.
|
||||||
It uses Simplex Noise for some of its generators, which is patented.
|
It uses Simplex Noise for some of its generators, which is [patented](https://www.google.com/patents/US6867776) for image generation.
|
||||||
If you want to avoid the patent, you can try OpenSimplex, for which I also made a [module](https://github.com/Zylann/godot_opensimplex).
|
If you want to avoid the patent, you can try OpenSimplex, for which I also made a [module](https://github.com/Zylann/godot_opensimplex).
|
||||||
|
|
||||||
I still prefer FastNoise because it has more features, doesn't allocates dynamic memory and works with a single class.
|
I still prefer FastNoise because it has more features, doesn't allocates dynamic memory and works with a single class.
|
||||||
|
Loading…
Reference in New Issue
Block a user