It is based on cocos2d-x[version 3.9], but remove 3D and other features. It works on iOS,OS X,Android and Windows.
The major change:
- Only support iOS,OS X,Android and Windows.
- Remove 3D features
- Remove support for JS script (It's permanent)
- Remove deprecated classes and functions
- Remove Camera
- Remove Physics integration
- Remove C++ implementations of Component
- Remove C++ implementations of CocoStudio parser
- Remove C++ implementations of CocosBuilder parser
- Remove AssetsManager, AssetsManagerEX
- Remove Allocator
- Remove AutoPolygon
- Remove support for WebP,S3TC,ATITC
- Remove support for game controller
- Improved robustness and many bugs have been fixed
- Using FastTileMap instead of TileMap
- Replace Luabinding with Sol2
-
Clone the repo from GitHub.
$ git clone https://github.com/dualface/quick2d-engine.git
-
After cloning the repo, please execute
download-deps.py
to download and install dependencies.$ cd quick2d-engine $ python download-deps.py
-
After running
download-deps.py
.$ git submodule update --init
quick2d-engine is licensed under the MIT License. We welcome participation!