ZEngine
This is an old revision of this page, as edited by Slappy (talk | contribs) at 10:47, 20 October 2009. It may differ significantly from the current revision. |
ZEngineWii | |
![]() | |
General | |
---|---|
Author(s) | jamesturk |
Maintainer(s) | Slappy |
Type | Framework library |
Links | |
Download | |
Source |
ZEngine is a game library which is designed for any platform that SDL and OpenGL are available on. ZEngine is a set of classes and a main ZEngine class which are designed to make game development easier and more organized. As of 0.7.7 ZEngine can use OpenGL to do the 2D display, so it is much faster and can take advantage of hardware accelerated features. This file provides a simple overview of using it, more on the subject can be found in the docs and at http://github.com/jamesturk/zengine/
Wii Port
The Wii port of this engine is based only on 'SDL' - all OpenGL parts had been removed.
Author's comment
Wii port is still in development and wiill be released in few weeks...
Source
http://github.com/jamesturk/zengine/