Hello all,
Recently I uploaded a video on what you can do with particles. I’ve created all the animations in that video with Three.js. In part of the video, I render an animated and interactive text made of one million particles with the help of frame-buffer objects (FBO) in Three.js.
You can play with the text in your browser: 1,000,000 Particles
Or view the source code: GitHub - poeti8/one-million-particles: 1,000,000 gpgpu particles in webgl.
Hope you like it.