Difference between revisions of "MTek-GDL"
Jump to navigation
Jump to search
m |
m |
||
Line 11: | Line 11: | ||
== Features == | == Features == | ||
*Graphics | *Graphics | ||
− | **Simplified system initialization automating video, GX, and sound | + | **Simplified system initialization automating video, GX, and sound subsystem initialization. |
**Well optimized hardware accelerated image and sprite rendering functions. | **Well optimized hardware accelerated image and sprite rendering functions. | ||
**Built-in sprite sheets system for efficient sprites management. | **Built-in sprite sheets system for efficient sprites management. | ||
Line 22: | Line 22: | ||
**Stream ogg vorbis audio files for background music. | **Stream ogg vorbis audio files for background music. | ||
*Miscellaneous | *Miscellaneous | ||
+ | **Coded in such a way so that it can be used as a base for advanced game engine development. | ||
**Console mode for debugging purposes. | **Console mode for debugging purposes. | ||
**PC library included for porting your projects to the PC. | **PC library included for porting your projects to the PC. |
Revision as of 16:44, 25 January 2015
MTek-GDL | |
General | |
---|---|
Author(s) | TheCodingBrony |
Type | Game engine |
Version | Release 1.1 |
Links | |
Source | |
Peripherals | |
![]() ![]() ![]() ![]() ![]() ![]() |
MTek-GDL is a simple object-oriented game development library combined with a collection of tools and additional libraries ideal for simple and advanced game development for the Nintendo Wii and PC (OpenGL) platforms... No longer do you have to (painfully) deal with low-level GX and other system functions to get something as simple as loading and displaying a png image file and displaying unless you want to make good use of the Wii's graphics hardware that is.
Features
- Graphics
- Simplified system initialization automating video, GX, and sound subsystem initialization.
- Well optimized hardware accelerated image and sprite rendering functions.
- Built-in sprite sheets system for efficient sprites management.
- Low-resolution mode for retro style games.
- Built-in texture conversion routines for I4, I8, IA4, IA8, RGB565, RGB5A3, and RGBA8 texture formats.
- Built-in png image loader using libpng and zlib.
- Simple font system for fixed-sized font sheets.
- Sound
- Play Microsoft format .wav files with full stereo panning.
- Stream ogg vorbis audio files for background music.
- Miscellaneous
- Coded in such a way so that it can be used as a base for advanced game engine development.
- Console mode for debugging purposes.
- PC library included for porting your projects to the PC.