Open Source DirectX9 Engine

Started by
4 comments, last by mengha 18 years, 9 months ago
Im writing my engine and wanted to have a look at some other DirectX9 engines to see how some things were done. Does anyone know any open source DirectX9 Engines? I've had a look around google but all of the open source engines I find are OGL. Thanks for any links :)
Advertisement
Wouldn't it be sufficient to just look at the class implementation?
Or do you want to know how they perform the different tasks? (I would seriously discurage you from that as it would probably just madly confuse you if you aren't really good at C++ and game programming)


Ogre is one, albeit just a rendering engine.

You can download the C++ source code, and it has drivers for OGL & DX.
Thanks. I thought OGRE was only OGL but it isnt. Shouldn't read to fast next time.

I just wanted to see how the engine was laid out.

If you check the Further reading section in this Forum FAQ, you'll find a listing of 9 open-source engines incorporating DirectX [smile]

Thanks Coder :)

This topic is closed to new replies.

Advertisement