-
Notifications
You must be signed in to change notification settings - Fork 2
Documentation
Kazuo256 edited this page Sep 26, 2014
·
5 revisions
Here we document UGDK's code structure, API, and other implementation details. First, we talk about the libraries and compiling environments we decided to use, agout our code standard, and an overview of the engine's architecture. The second part present the API's organization. Much like other engines, there are separate modules for each specific concern the engine must handle. Their use and implementation are discussed one by one.
- Introduction
- Dependencies and other auxiliary tools
- Code standard
- Overview
- Core Modules
- System
- Action
- Desktop
- Audio
- 2D Modules
- Graphic
- Text
- 3D Modules
- Ogre
- UI
- PyramidWorks
- Geometry
- Collision
- BulletWorks
- Bodies
- Collision
USPGameDev -- our site (in portuguese)