In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Revolution Engine"

From WiiBrew
Jump to navigation Jump to search
Line 3: Line 3:
 
  | type    = game engine
 
  | type    = game engine
 
  | author  = Technik
 
  | author  = Technik
  | version  = 0.4alfa1
+
  | version  = 0.4alpha1
 
  | download =
 
  | download =
 
http://www.revolutionengine.tk
 
http://www.revolutionengine.tk
Line 12: Line 12:
 
  | peripherals = {{Wiimote4}} {{SensorBar}} {{Nunchuk}} {{GCNController}} {{WiiZapper}} {{FrontSD}} {{USBMSD}}
 
  | peripherals = {{Wiimote4}} {{SensorBar}} {{Nunchuk}} {{GCNController}} {{WiiZapper}} {{FrontSD}} {{USBMSD}}
 
}}
 
}}
'''Revolution Engine''' is the very First homebrew 3D Game Engine for Wii. It is directly based on GX without any GL wrapper or similars. Natively designed for Wii, is capable of generating best homebrew graphics ever seen on this games console.
+
'''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 Wii, is capable of generating best {{Fact}} homebrew graphics ever seen {{Fact}} on this games console.
  
 
==Introduction==
 
==Introduction==
This is not a game itself, but a library you can use to make your own 3D games for wii in a very easy way
+
This is not a game itself, but a library you can use to make your own 3D games for Wii in a very easy way
  
 
==History==
 
==History==
Line 24: Line 24:
 
*High quality graphics and effects
 
*High quality graphics and effects
  
First release of Revoluton engine was in July 2008, with a very limited number of features. But as new versions arise, features get multiplied and engine becomes a useful tool, capable of so many things.
+
First release of Revolution engine was in July 2008, with a very limited number of features. But as new versions arise, features get multiplied and engine becomes a useful tool, capable of so many things.
  
 
==Version 0.4==
 
==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 alfa versions before being complete.
+
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==
 
==Current Features==
Revolution Engine 0.4 alfa 1 Supports:
+
Revolution Engine 0.4 alpha 1 Supports:
 
*3D System
 
*3D System
**Tirangle meshes, Quad meshes and mixed meshes Rendering
+
**Triangle meshes, Quad meshes and mixed meshes Rendering
 
**Advanced transparency
 
**Advanced transparency
 
**Custom file formats for 3D meshes
 
**Custom file formats for 3D meshes

Revision as of 22:16, 26 July 2009

Revolution Engine
General
Author(s)Technik
TypeGame engine
Version0.4alpha1
Links
Download
Website
Source
Peripherals
Wiimote4.svg SensorBar.svg Nunchuck alternative.svg GameCube Controller Wii Zapper Loads files from the Front SD slot USB mass storage device

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 Wii, is capable of generating best[citation needed] homebrew graphics ever seen[citation needed] on this games console.

Introduction

This is not a game itself, but a library you can use to make your own 3D games for Wii in a very easy way

History

This project started in the early 2008, in 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 number 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 1 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
    • Specular Color
    • Transparency
    • Glossmap or glossiness
    • Specularity
    • Tiling (Under construction)
    • Mixed through TEV
  • 2D system
    • Node Based
    • True type texts, GX Based
    • Multiple Viewports
    • Solid panels
    • Image-based panels
    • IR pointers for up to 4 players
    • Buttons
    • Windows
  • Miscellaneous
    • Content Manager (Under construction)