File Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
S
 sparrowFile
 sparrowFont
 sparrowMath
 sparrowMesh
 sparrowNet
 sparrowPrimitives
 sparrowRenderer
 sparrowSound
 sparrowSprite
 sparrowText
SparrowFile is for file handling.
SparrowFont is for loading truetype fonts with SDL_ttf and creating bitmap-lookup tables for them.
This file is for fast functions for fixed point numbers like trigonometric functions, square root, etc.
SparrowMesh is for loading meshes (definied at sparrowRenderer.h).
SparrowNet / libSparrowNet will be the networking part of sparrow3D.
SparrowPrimitives is for drawing primitives like triangles or quads (with and without texture), blitting or rotozooming of surfaces, lines, ellipses, rectangles and for everything it provides a zBuffer test and set.
SparrowRenderer is for rendering 3D stuff to the target of sparrowPrimitives.
SparrowSound is for sound output.
SparrowSprite is about drawing sprites.
SparrowText is for easy maintaining different translations of texts used by your application.
Close