![]() |
v0.1.8
|
| General utility library | |
| Enum full of basic image data types | |
| A simple file utility | |
| Contains all of the OpenGL defines | |
| Namespace full of pre-defined image formats. They are named using the same system as OpenGL. See: http://www.opengl.org/wiki/Image_Format | |
| JPEG Loader | |
| PNG Loader | |
| PPM Loader | |
| Enum holding the supported image mixing methods | |
| A namespace containing many common mathematical functions | |
| A simple memory utility | |
| An experimental network namespace | |
| A list of supported IP address types | |
| Contains information about a network interface | |
| Utility class used to perform DNS lookups | |
| A structure containing the response header for HTTPRequests | |
| A class to connect to webpages and request data | |
| Utility class to handle IPv4 or IPv6 addresses | |
| A class to connect to or listen on a TCP network | |
| A class to communicate on a UDP network | |
| Experimental OpenGL wrapper | |
| A fixed list interface to set a fixed amount of data and fill in the slots of data | |
| A vector functionally equivalent to an std::vector but capable of acting as a FixedList | |
| A three dimensional 32 bit floating point vector | |
| A four dimensional 32 bit floating point vector | |
| An RGBA (red, green, blue, alpha) color | |
| A class for performing convolution filters on images. Filter rule: filter size must be odd (e.x 3x3, 5x5, etc) Note: Works similar to the method at: http://lodev.org/cgtutor/filtering.html | |
| A struct that defines an image format and how to treat it | |
| A container capable of loading and manipulating RGBA images | |
| Singleton class that registers image loaders/writers | |
| Base class for image loaders | |
| A two dimensional 32 bit floating point vector | |
| Quaternion | |
| A 4v4 matrix | |
| A linear congruential generator capable of generating pseudorandom numbers | |
| An AutoRelease class to help be RAII compliant | |
| A simple file utility | |
| Regular expressions | |
| A Utf-8 compliant string | |
| A timer to keep track of time, similar to a stop watch | |
| A class capable of creating windows and manipulating them | |
| Contains customizable attributes for window creation | |