GameKit
0.0.1a
C++ gamedev tools
|
2D/3D graphics module (sprite, text, camera, vbo...) More...
Classes | |
class | gk::IDrawable |
Abstract base class for objects that can be drawn to a render target. More... | |
class | gk::Texture |
Image living on the graphics card that can be used for drawing. More... | |
class | gk::Color |
Utility class for manipulating RGBA colors. More... | |
class | gk::Font |
Class for loading and manipulating character fonts. More... | |
2D/3D graphics module (sprite, text, camera, vbo...)