# ejoy2d **Repository Path**: dsdds/ejoy2d ## Basic Information - **Project Name**: ejoy2d - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-06-25 - **Last Updated**: 2025-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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) .