atdrez / cortex2d

Cortex2D is a game framework, written in C++, that provides an optimized 2D scenegraph, a low latency sound API, a filesystem API, an animation API for mobile and desktop platforms (iOS, Android, Linux, Windows, MacOS).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cortex2D

A game framework, written in C++, that provides the following features:

  • 2D SceneGraph (OpenGL ES 2.0 and SDL)
  • Low latency sound API (OpenAL and SDL)
  • Filesystem abstraction
  • Animation API
  • Event driven API
  • Texture loader (PowerVR Texture Compression, Direct Draw Surface, PNG and TGA formats)
  • Texture Atlas API
  • Dynamic batching for static meshes
  • Font rendering (supports TTF and Bitmap fonts)
  • Window Manager abstraction API
  • Supported platforms: iOS, Android, Linux, Windows and MacOS.

This project is no longer being maintained, but feel free to fork if you will.

About

Cortex2D is a game framework, written in C++, that provides an optimized 2D scenegraph, a low latency sound API, a filesystem API, an animation API for mobile and desktop platforms (iOS, Android, Linux, Windows, MacOS).

License:MIT License


Languages

Language:C 91.5%Language:C++ 6.9%Language:Makefile 0.5%Language:Objective-C++ 0.5%Language:Python 0.4%Language:CMake 0.3%Language:Objective-C 0.1%Language:QMake 0.0%Language:Shell 0.0%