|
SDL. (v1.2.8) |
|
Main library. Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.
SDL for GP32 uses DMA for sound, assembler video blitter, exact timer and emulate keys: Cursor keys (PAD), Crtl (A), Alt(B), Return(Start), Backspace(L) and Tab(R). But don't support threads.
|
|
|
|
LIBC REPLACEMENT. |
|
Core library. Standard C library replacement, newlib based but contains code of RobBrown, Chui and Mirko.
Also you can read 'x_gp32.h' header file for extra low level functions: video mode select, draw messages with internal fonts, enable/disable IRQs, etc...
|
|
|
|
ZLIB. (v1.2.3) |
|
Zlib is a library implementing the deflate compression method found in gzip and PKZIP.
|
|
|
|
LIBPNG. (v1.2.8) |
|
Interface for reading and writing PNG (Portable Network Graphics) format files.
|
|
|
|
LIBJPEG. (v6b-10) |
|
The Independent JPEG Group's JPEG library.
|
|
|
|
SDL_MIXER. (v1.2.6) |
|
A multichannel sample and music mixer. No MP3 or OGG music for now, only tracker and midi music format are suported.
|
|
|
|
SDL_IMAGE. (v1.2.4) |
|
An image file loading library: BMP, PNG, JPEG, GIF, etc..
|
|
|
|
SFONT. (v2.03) |
|
A font library for use with SDL which uses variable width bitmap fonts.
|
|
|
|
SDL_FLIC. (v1.2) |
|
A small C library that renders frames of FLI and FLC animation files. Added functions for show messages and play music while showing animation.
|
|
|
|
SDL_GFX. (v2.0.13) |
|
A graphics primitive toolkit for SDL. Converted flotating point operations to 64bit fixed point using ARM assembler (see math-sll.h) for speed up.
|