BenjaTK / Gaea

Procedural generation add-on for Godot 4.
https://benjatk.github.io/Gaea/
MIT License
1.14k stars 55 forks source link

Optimize WaveFunctionGenerator2D #69

Open BenjaTK opened 1 year ago

BenjaTK commented 1 year ago

This generator is taking 10-12 seconds using the demo, which is A LOT compared to other generators.

MeBadDev commented 1 year ago

How can we optimize it? I don't think we can use threads

Kristo-Art commented 6 months ago

Hey, I'm new, so don't blame me, but I found that people say that godot autotiling is super slow compared to other autotiling methods. Maybe this is a way? [(https://github.com/Portponky/better-terrain/issues/58)]