H5GE (HTML5 Game Engine)
What is it?
H5GE or HTML 5 Game engine is what it says it is.
What technologie does it use?
- HTML5 canvas elements
- JavaScript
- JQuery
- CSS
Does it provide collision detection?
Yes. At this moment it uses 2 types of collision detection.
non pixel perfect but very fast circle to circle detection system.
Lets call it CCDS
We also programmed a pixel perfect solution based on our own technology of Gray scale collision detection system or GCDS.
What else?
- Easy setup with gBox class, sprite class
- Helper function for rotating players
- Helper functions for following objects
- touch screen controls (in test)
- etc…
The H5GE engine is still in beta stage so more info will be available soon.


