An offer to help
Posted: 02 May 2006 11:52
A friend(known as Seniltai) and me have been working on an OS independant game engine (we call it Tezuka after Osamu Tezuka). It isn't finished yet but it can do a lot of stuff right now. The engine is now partially being rewriten because we wanted to split it up from the game core, some features don't work (good) anymore because of this.
The engine is mostly programmed by Seniltai, if you have any questions you can find us in #tros at irc.tweakers.net ([url=irc://irc.tweakers.net/#tros]mIRC users click here[/url], web based irc client). You can find the source at http://tros.xepo.nl/subversion, you can download it with a regular SVN client.
The engine will probably the best way to get the project on track again, you don't have to worry about the engine itself and can start working on the game
.
The engine has the following implementations (there are many more to come):
The engine is mostly programmed by Seniltai, if you have any questions you can find us in #tros at irc.tweakers.net ([url=irc://irc.tweakers.net/#tros]mIRC users click here[/url], web based irc client). You can find the source at http://tros.xepo.nl/subversion, you can download it with a regular SVN client.
The engine will probably the best way to get the project on track again, you don't have to worry about the engine itself and can start working on the game

The engine has the following implementations (there are many more to come):
- An advanced, fully skinable GUI.
A terrain renderer, it needs to be partially reworked to fit with modular design
A logging system which allows to save to multiple files in different formats.
A far from finished object renderer, it renders objects but it needs A LOT of improvements and needs to handle more formats.
A nearly finished sound engine, it is currently being reworked to use OpenAL.
SDL support.
Lua support.
Raknet support, we use a custom Raknet version to disable some features that aren't needed and eat bandwidth.
freetype support, also custom to gain a better performance.
A package format that is based on bzip2.
