/Abelix-Game-Framework

OpenGL ES C++ Game Framework

Primary LanguageC++

Abelix Game Framework

V0.2:

  • Added Texture loading and drawing

  • added multiple shaders - unlit_color for drawing primitives, unlit_texture for drawing textures

  • Added more touch events - touchesEnded, touchesMoved

  • Added ExamplesManager for separating different game examples based on this framework

  • More incapsulation added to ShaderManager

V0.1:

  1. Basic Game framework architecture

  2. Basic OpenGL Renderer - Draw basic square, rectangle and circle

  3. Basic touchDownInput

  4. Basic Shadermanager for working with shader files

  5. Basic Physics Engine with custom Collision detection.

  6. Abstracted scenes and manager - create as many scenes as you want.

  7. Cameras

  8. Project Contains Flappybird game example based on this engine.