QuarkJS is a HTML5 game framework. The aim is to provide a easy way to create game with HTML5.
It includes two parts:
- Quark-Base: A rendering framework which supports both Canvas and DOM rendering approaches.
- Quark-Game: A game framework based on Quark-Base. (in development progress)
- Object-Oriented programing style.
- A full display object list implementation, simple to use and extend.
- Gain more performace by using difference contexts in difference scenarios.
- Good compatibility and performance in desktop and mobile browsers.
(*Note: Developed by old framework CasualJS)