• Stars
    star
    1,956
  • Rank 22,859 (Top 0.5 %)
  • Language
    C
  • License
    MIT License
  • Created over 10 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A 2D Graphics Engine for Mobile Game

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 .