ejoy / ejoy2d

A 2D Graphics Engine for Mobile Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

A 2D Graphics Engine for Mobile Game

License:MIT License


Languages

Language:C 97.8%Language:Lua 1.1%Language:C++ 0.6%Language:Objective-C 0.4%Language:Makefile 0.1%Language:Batchfile 0.0%