Experi Code
Status: Alpha
Brought to you by:
jfbilodeau
EXPERI README Welcome to Experi, a lightweight, low to mid-level video-game development library written in C. THE EXPERI API ARE STILL EXPERIMENTAL AND WILL CHANGE OVER TIME Experi attempts to follow the C philosophy as closely as possible. Thus, Experi trusts the programmer. It does not do run-time parameter checking. Experi is written in GNU/C99 and makes use of SDL and OpenGL. There are two distinct layers: the system and the utility. The system layer is used to interact with the display, sound, keyboard and mouse. On top of the system layer is the utility layer that provides common but optional constructs such as sprite management, bitmap font rendering, etc.