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

ZEngine

From WiiBrew
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
ZEngineWii
SDL logo.png
General
Author(s)jamesturk
Maintainer(s)Slappy
TypeFramework 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/

See Also