https://github.com/egzosn/mvcdemo
简单实现quick-cocos2dx MVC基础框架,通过依赖注入多态快速实现精灵,场景等组件的替换
https://github.com/egzosn/mvcdemo
Last synced: 11 months ago
JSON representation
简单实现quick-cocos2dx MVC基础框架,通过依赖注入多态快速实现精灵,场景等组件的替换
- Host: GitHub
- URL: https://github.com/egzosn/mvcdemo
- Owner: egzosn
- License: apache-2.0
- Created: 2018-01-04T03:08:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T03:13:39.000Z (over 8 years ago)
- Last Synced: 2025-02-17T11:27:22.822Z (over 1 year ago)
- Language: Lua
- Size: 3.16 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MVCDemo
简单实现quick-cocos2dx MVC基础框架,通过依赖注入多态快速实现精灵,场景等组件的替换