Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ejoy/ejoy2d
A 2D Graphics Engine for Mobile Game
https://github.com/ejoy/ejoy2d
Last synced: 29 days ago
JSON representation
A 2D Graphics Engine for Mobile Game
- Host: GitHub
- URL: https://github.com/ejoy/ejoy2d
- Owner: ejoy
- License: mit
- Created: 2013-12-28T09:24:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T04:06:15.000Z (about 6 years ago)
- Last Synced: 2024-10-01T16:44:09.382Z (about 1 month ago)
- Language: C
- Size: 2.18 MB
- Stars: 1,980
- Watchers: 352
- Forks: 641
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
EJOY 2D
=======Make
====For Windows and msvc
* msvc\make.bat
* ej2d examples/ex01.lua to testFor Windows and mingw32
* Install glew 1.9
* make or make mingw
* ej2d examples/ex01.lua to testFor Linux ,
* Install glew 1.9
* Install freetype 2
* make or make linux
* ./ej2d examples/ex01.lua to testFor Mac OS ,
* Install glfw3
* Install freetype 2
* make or make macosx
* ./ej2d examples/ex01.lua to testAPI
====https://github.com/cloudwu/ejoy2d/blob/master/doc/apicn.md (work in process , in Chinese)
Question?
=======Please read http://blog.codingnow.com/2013/12/ejoy2d.html first (In Chinese)
Chinese API document
Put your questions in [Issues](https://github.com/cloudwu/ejoy2d/issues) .