can i use parts of gpuparticles for a custom particle system with gdnative

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Philip Whitfield

I am working on a system with around half a million particles. Currently I am using a custom opengl renderer to draw them with a vertex array and some compute shaders. Is it possible to efficiently port this over to gdnative and use the godot renderer? Best case would be to use the GPUParticles and add some more custom data to the shader.

Or maybe it would make more sense to implement into a fork of the engine?

Philip Whitfield | 2020-03-03 14:01