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
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.