wangyuelucky / ejoy2d

A 2D Graphics Engine for Mobile Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EJOY 2D

Make

For Windows , you need mingw32 .

  • Install Lua 5.2.3
  • Install glew 1.9
  • make or make mingw
  • ej2d examples/ex01.lua to test

For Linux ,

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

Question?

Please read http://blog.codingnow.com/2013/12/ejoy2d.html first (In Chinese) 。

Put your questions in Issues .

About

A 2D Graphics Engine for Mobile Game

License:MIT License