This is a 2D game engine,base on OpenGL & SDL,support Windows & Linux.
这是一款基于OpenGL与SDL的2D游戏开发库,可以支持Windows与linux。
You can download some examples from https://github.com/xiajiaonly/XEffect2D
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow XEffect2D
Other Useful Business Software
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Rate This Project
Login To Rate This Project
User Reviews
-
Have complete control manager and object manager.The next work as follows: 1.Complete game manager.The Game manager can add, delete, and edit as many objects. 2.Complete script manager. 1).Complete game script definition (main parameters for the timeline). 2).Complete management of the script (read, edit, store, etc.). 3).Complete script execution, responsible for the execution and "check" on the script. (if the script generated by the manager, do not need to "check".) 3.add the script manager to the game manager, make it can edit the script. 4.strengthen the game manager make it can edit more game elements. 5.complete game editor.