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
https://github.com/cloudwu/ejoy2d/blob/master/doc/apicn.md (work in process , in Chinese)
Please read http://blog.codingnow.com/2013/12/ejoy2d.html first (In Chinese)
Chinese API document
Put your questions in Issues .