Get my OpenGL based awesome 2D library here!
(GLSL SHADER SUPPORT!)
(DYNAMIC TEXTURE SUPPORT!)
(WEBCAM SUPPORT! (use with dynamic textures!))
(AUDIO SUPPORT!(alpha stage))
(WINDOWS FONTS AND FORMATTED TEXT SUPPORT!)
reni2D rev67 042112
feature list:
- very clean and straight forward api
- simple and plain state machine
- no classes, no inheritance, no custom data types, no constants
- hardware accelerated 2D sprites
- Easy to use fragment shader support (GLSL based)
- pixel perfect collision detection (can be batched)
- alpha blending and tinting
- texture sampling operations (easy tiles,sprite/font sheets,sliding)
- mouse and keyboard input (including hardware polled mouse movements)
- Windows fonts and formatted text
- Audio (single channel atm)
- random numbers, rotation operations, bitmap loading