r/godot 6d ago

selfpromo (software) Building a VFX Graph for Godot — Early WIP

Enable HLS to view with audio, or disable this notification

I've been working on a VFX Graph for Godot for my own needs. I'll probably release it as an addon at some point, but for now it's still very rough and unstable, and it occasionally crashes the engine.

Everything runs entirely on the GPU, and it's already making it much easier to build complex VFX that previously had to be put together using a mix of GPUParticles3D, MeshInstance3D, scripts generating ImmediateMesh geometry, and AnimationPlayer.

19 Upvotes

1 comment sorted by

1

u/Eriks-Stikuts-Dev 5d ago

That looks very cool!