TeaPacket v0.0.1
Multiplatform Game Engine
|
▼NTeaPacket | |
▼NAssets | Functionality relating to files |
CAssetStream | |
▼NError | Custom errors specific to TeaPacket |
CFunctionNotImplemented | Error for a specific function that is not implemented yet. Essentially a stub to allow the function to exist, but error when calling it |
CNotImplemented | Error for functionality that is not implemented yet |
▼NGraphics | Functionality relating to drawing graphics to the screen |
CDisplay | Represents a singular viewable area |
CModel | Represents a piece of render-able geometry |
CShader | A combined shader (or program) in the rendering pipeline. Used to interpret and render Model data |
CShaderVariable | |
CShaderVariableType | Represents a variable within a shader |
CShaderVariableValue | |
CTexture | |
CViewport | Represents a singular renderable area. These can be used as textures, or blit to Displays to present to the user |
▼NMath | Math related functions and classes for TeaPacket |
CVector | A template class for all base Vector types |