资 源 简 介
The project tries to create a heavily platform-independent framework, where you write one code, what you can run on a wide range of platforms with only a minimal mount change.
Currently supports:
-Animations
-Sprites
-Shaders (implemented, but not yet used)
-Automated OpenGL screen creation
-GUI elements (textbox, button, checkbox, spritefont, cursor)
-Input (mouse, keyboard)
-Other necessary util classes (rectangle, point, camera, assets, mysql, etc)
Note, that the framework is under heavy development, therefore there are mistakes, unoptimised and messy code sections. Furthermore, CSprite and every UI element will be recoded, they are just ugly at this time. Input will be rethinked too.