perdugames / SoftNoise-GDScript-

GDScript function set generating noise (value noise, perlin noise, opensimplex(2d, 3d and 4d)...).
MIT License
107 stars 24 forks source link

Voronoi? #3

Open Zireael07 opened 6 years ago

Zireael07 commented 6 years ago

The library looks lovely, but I wish it had a Voronoi cellular noise. I have seen a couple of Python implementations of it after all...

perdugames commented 6 years ago

when I have a time I will see this, I do not understand about the voronoi noise yet.

What about libraries in python. I find it easier to translate from java to GDScript, than python to GDScript. GDScript is very different from python, just the aesthetics that got it, python has many facilitations that GDScript does not have, and that usually delays more than help in the hour of translating.

I found it here, but I did not test it. https://github.com/DmDerbin/voronoi_godot may work for you.