-
Notifications
You must be signed in to change notification settings - Fork 0
Home
includeLuka edited this page Sep 16, 2012
·
6 revisions
Red Framework or short RF is just a small collection of code that I would call a package for 2D game development. My main goal is to provide simple to use functions for easier programming.
RF base consists from SDL (with SDL_image) and OpenGL. These two are required if you want to use the framework and the base functions. In addition there is FTGL with Freetype for font rendering, GLEW for OpenGL extensions, irrKlang for audio and Box2D for physics. You can turn on or off the additional "modules" if you need them or not.
The framework is in very early development. The main focus now is the base. I work on it in my spare time so the development can take some time.
Getting started (Nothing here yet)