sparkbox / bouncy-ball

:red_circle: Compare web animation techniques by bouncing a ball with each one.
https://sparkbox.github.io/bouncy-ball
MIT License
605 stars 66 forks source link

Add a WebGL example? #43

Closed bryanbraun closed 6 years ago

bryanbraun commented 7 years ago

This would mean using the WebGL 3DContext APIs to render a bouncing ball, without any 3rd party libraries.

I'm not sure what this code would end up looking like. I'm most interested in adding the demo if the code has non-trivial differences to other existing approaches (like canvas, for instance).

Important: this doesn't mean adding a 3D version. Any example using WebGL would need to visually look the same as the existing demos, as described in the contribution guidelines.

subu28 commented 6 years ago

I will work on this. Give me upto 17th Oct

subu28 commented 6 years ago

@bryanbraun hey did you check the pull request? Let me know if you want me to do any changes to it.

bryanbraun commented 6 years ago

@subu28, ah yes thanks for the reminder. I should be able to get to it this weekend. 👍