Difference between revisions of "GameFramework"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
'''S'''tandard '''T'''emplate '''L'''ibrary.<BR>STL is a C++ library of container classes, algorithms, and iterators. | '''S'''tandard '''T'''emplate '''L'''ibrary.<BR>STL is a C++ library of container classes, algorithms, and iterators. | ||
− | + | == Background == | |
− | == | + | The framework is basically my ‘Bolt Thrower’ game stripped of all its guts, I’ve also removed anything yet unfinished or confusing for this guide. |
− | + | * Easy support images – using image library Tga, Pnu & Jpg pictures. | |
− | + | * Supports optimised fonts – using font manager | |
+ | * Supports dynamic al generated XML variables - banish hard coded variables with no need to recompile | ||
+ | * Initialises the Wii | ||
+ | * Simplifies screen updating | ||
+ | * Provides a 3D camera interface | ||
+ | * Debug support | ||
+ | * Uses techniques like Hash Strings, STL containers & Singletons | ||
+ | * Little-endian file support | ||
== Things you’ll find in the package == | == Things you’ll find in the package == | ||
Line 29: | Line 36: | ||
* makefile - (The projects rules for compiling) | * makefile - (The projects rules for compiling) | ||
+ | == How do I download it? == | ||
+ | Download the framework package [[media:GameFrameworkVer0.01.zip|here]] or via the infobox | ||
---- | ---- |
Revision as of 21:55, 29 March 2011
Game Framework | |
![]() | |
General | |
---|---|
Author(s) | Titmouse |
Type | Programming Guide |
Version | 0.01 |
Language(s) | Orkish |
Links | |
Download | |
Peripherals | |
![]() ![]() ![]() |
What is it?
This is a framework guide for programmers - using things like XML, Fonts, Images and the
Standard Template Library.
STL is a C++ library of container classes, algorithms, and iterators.
Background
The framework is basically my ‘Bolt Thrower’ game stripped of all its guts, I’ve also removed anything yet unfinished or confusing for this guide.
- Easy support images – using image library Tga, Pnu & Jpg pictures.
- Supports optimised fonts – using font manager
- Supports dynamic al generated XML variables - banish hard coded variables with no need to recompile
- Initialises the Wii
- Simplifies screen updating
- Provides a 3D camera interface
- Debug support
- Uses techniques like Hash Strings, STL containers & Singletons
- Little-endian file support
Things you’ll find in the package
- makefonts.bat - (uses FontTool.exe to create a few example fonts)
- CompileAndRun.bat (Creates and runs a dol via WiiLoad, see makefile)
- Source - (this is all the code, including TinyXML source)
- lib - (extra 3rd party libs needed for this package to compile)
- Things_For_SD_Card - (Working example for launching via homebrew channel)
- makefile - (The projects rules for compiling)
How do I download it?
Download the framework package here or via the infobox