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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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.