Examples

Below is a list of simple example pages that leverage the Game3 framework.

They are for your use, so copy, modify, and extend them all you like. You can also clone the repository on GitHub to grab them all at once.

Have any suggestions or improvements for an example? Make sure to tell us. Did you make something with Game3 that you want to show off? Tell us!

Animation

Simple cube animation using timerfired.
animation.html

Drag and Drop

Drag and drop the cube in the scene using the built-in event handlers.
dragdrop.html

Collisions

Use the built in Game3.Collisions engine to send your models collision events and have them react accordingly.
collisions.html