I am working on an effect like in this video at [1:05:35 without beat & 1:06:35 with beat] https://www.youtube.com/watch?v=KbGEGD-gmpY&t=4192s
Anyone know how to recreate this using ParticleGPU? Or have another idea?
I’m not able to recreate the shape like in the video with ParticleGPU
Hi @Killertomate007,
this looks like a mix of various techniques and while particlesGPU would be a good introduction to the concepts of glsl compute shader based particles, it does not offer the functionality for this type of effect. A good start perhaps can be @DavidBraun’s video for particles here:
dealing directly with the image based effect. From there you can keep adding to go towards a similar effect as seen in the video.
cheers
Markus