perdugames / SoftNoise-GDScript-

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

Make available for godot 3 #7

Open raffomania opened 6 years ago

raffomania commented 6 years ago

Currently the asset is tagged as 2.1, making it unavailable from within an up-to-date godot editor.

perdugames commented 6 years ago

Currently the asset is tagged as 2.1, making it unavailable from within an up-to-date godot editor.

I am not working with Godot any more, but I believe it is not difficult to translate to Godot 3. If I remember, I used it in Godot 3 alpha. Feel free to translate to Godot 3 if you have to and send a pull.

Calinou commented 5 years ago

Note that Godot 3.1 will feature built-in support for OpenSimplex noise.