GPU Particle Attractors
A Three.js Chrome Experiment using texture and FBO to store and compute particle data. View Demo
Share List
You might also find this interesting:
- Chrome 18: Canvas2D GPU-acceleration + WebGL SwiftShader The latest stable release of Google Chrome, Chrome 18 includes some change that should make HTML5 Game Developers happy. It enabled GPU-acceleration on Canvas2D on supported Windows and Mac computers....
- Chrome for Android: mobile GPU accelerated Canvas FTW! Google introduced Chrome for Android helping catch the Android browser up with iOS Safari with support for GPU acceleration of the HTML5 Canvas element along with support for requestAnimationFrame. Chrome...
- WebGL Particle Morph A neat interactive WebGL demo of flying particles morphing into a few various shapes Share List...
- How to Create a Particle System in Three.js Some of the most fascinating Chrome Experiments to watch and experience are 3D Particles. The sdg Blog has a series of tutorials about programming 3D graphics in the browser using Three.js. Their...
- WebGL FBO Particle System See your 3D objects as a cloud of particles in this new WebGL experience called Point Cloud Sandbox. Just specify the number of particles (between 10,000 to 2 million), upload...