PDA

View Full Version : [ANN] Ambrose3D, a simple 3d engine


Sol_HSA
04-15-2007, 11:11 AM
Ambrose3D is a simple, but useful 3d-engine in C/C++ based on OpenGL and SDL. It does not include too many buzzword features, but it's complete enough to be useful starting point for all kinds of interesting things you can do with 3d hardware.

Being a "bare bones" engine it is possible for a mere mortal to understand everything about the engine.

Ambrose3D is free for anyone to use, extend, and learn from, and this is what it was designed for. The source code is licensed under the very liberal zlib/libpng license; the Blender exporter is gpl.

http://iki.fi/sol/ambrose3d/example.gif

Available at http://iki.fi/sol/ambrose3d/

Uhfgood
04-15-2007, 08:59 PM
kudos on releasing it

Musenik
04-15-2007, 10:23 PM
That's a lot of dedicated work. Congratulations on keeping it simple.

Sol_HSA
04-16-2007, 11:42 PM
Thank you.