Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

EJOY 2D
=======

Make
====

For Windows and msvc

* msvc\make.bat
* ej2d examples/ex01.lua to test

For Windows and mingw32

* Install glew 1.9
* make or make mingw
* ej2d examples/ex01.lua to test

For Linux ,

* Install glew 1.9
* Install freetype 2
* make or make linux
* ./ej2d examples/ex01.lua to test

For Mac OS ,

* Install glfw3
* Install freetype 2
* make or make macosx
* ./ej2d examples/ex01.lua to test

API
====

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) .