Skip to content

Commit

Permalink
Added demo link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
soulwire committed Jun 24, 2013
1 parent 8f62a91 commit 53fda17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## 1,048,576 Particles

[Click here to see the demo](http://soulwire.github.io/WebGL-GPU-Particles/)

An experiment showing 1 million+ particles being moved around on the GPU via WebGL. All data is uploaded once - velocities are computed and integrated entirely on the GPU and state is preserved via a Texture and Framebuffer. You can also control this with LEAP motion if you have one :)

This demo was part of my [Dissecting WebGL](http://www.meetup.com/doctype-html/events/123439792/7) talk ([slides](https://github.com/hugeinc/doctype-meetup/tree/master/dissecting-webgl) and [video](http://new.livestream.com/hugeinc/events/219294) available.)
Expand Down

0 comments on commit 53fda17

Please sign in to comment.