Revolution Engine
This is an old revision of this page, as edited by Technik (talk | contribs) at 23:46, 25 August 2009. It may differ significantly from the current revision. |
Revolution Engine | |
General | |
---|---|
Author(s) | Technik |
Type | Game engine |
Version | 0.4alpha2 |
Links | |
Download | |
Website | |
Source | |
Peripherals | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Revolution Engine is the very First homebrew 3D Game Engine for Wii. It is directly based on GX without any GL wrapper or anything similar. Natively designed for the Wii, this engine is probably capable of generating the best homebrew graphics ever seen on this game console.
Introduction
This is not a game, but a library you can use to make your own 3D games for the Wii in a very easy way.
History
This project started in the early 2008, on a spanish forum. The idea was about creating a complete game engine that almost anyone can easily use to quickly create amazing games. Core ideas that have always lead this project are:
- Ease of use
- Taking advantage of hardware to improve performance
- High quality graphics and effects
First release of Revolution engine was in July 2008, with a very limited set of features. But as new versions arise, features get multiplied and engine becomes a useful tool, capable of so many things.
Version 0.4
Revolution Engine 0.4 is the first mature version of the engine, and so the first version published here at wiibrew. It's being released through various steps for better feedback, and for creating a better result for the final release. This is why revolution engine 0.4 is released in alpha versions before being complete.
Current Features
Revolution Engine 0.4 alpha 2 Supports:
- 3D System
- Triangle meshes, Quad meshes and mixed meshes Rendering
- Advanced transparency
- Custom file formats for 3D meshes
- Vertex lighting, software based
- Multiple cameras
- Node Based
- Material system
- Textured objects
- U V coordinates
- Diffuse color
- Diffuse maps
- Specular color
- Specular maps
- Transparency
- glossiness
- Specularity
- Mixed through TEV
- Multiple shaders
- 2D system, GX based
- Node Based
- True type texts
- Multiple Viewports
- Solid panels
- Image-based panels
- IR pointers for up to 4 players
- Buttons
- Windows
- Miscellaneous
- Content Manager (Under construction)
- Screenshot function