ZEngine is designed to wrap common interfaces of the SDL API in an Object Oriented manner. <br>
It is licensed under a very liberal BSD-style license, and anyone is free to suggest or implement changes to be added to the Engine.<br>
In addition ZEngine aims to provide a core engine which can be used to develop a game without having to rewrite large amounts of code.<br>
As of version 0.7.7 ZEngine uses OpenGL rather than SDL to do 2D drawing, thus increasing the uses of the engine and making the engine much faster in all tested cases.<br>
The ZEngine website can be found at <ahref="http://zengine.sourceforge.net/.">http://zengine.sourceforge.net/.</a><br>
<h2><aname="Licensing"></a>
Licensing</h2>
<br>
<pre>
This file is Part of the ZEngine Library for SDL Game Development.
Copyright (C) 2002 ConceptOfZero.net
Licensed under the BSD License, see licensing.txt.
and the library is developed for <ahref="http://www.conceptofzero.net/">http://www.conceptofzero.net/</a>
</pre>
<h2><aname="Authors"></a>
Contributing Authors</h2>
<br>
James Turk <ahref="mailto:james@conceptofzero.net"><ahref="james@conceptofzero.net">james@conceptofzero.net</a></a> - Core Engine, Design, Docs, and Classes<br>