HTML5游戏框架 QuarkJS
fmms
13年前
QuarkJS 是一个HTML5游戏框架。它的提供一种利用HTML5,以简便的方式来创建游戏。
它主要包含以下两部分:
- 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.