Question

On DevMaster.net I found only RealmForge. Is this the only choice? Are C/C++ game engines suitable for D? If yes, what difficulties I need to overcome to work with them?

Was it helpful?

Solution

I think OGRE has D bindings http://www.ogre3d.org/

I know OpenMW is using Ogre and D http://openmw.sourceforge.net/jaws/

OTHER TIPS

D supports calling C functions directly, so you could use a C engine, though you'd have to convert the header to D to allow interfacing. This can be somewhat automated with the htod utility. If you want an engine written in D, you can look on dsource, though I don't know if any of these are actually usable right now.

Yage3D (Yet Another Game Engine) is an open source, cross-platform, and free 3D game engine. It is currently in the early stages of development but is planned to incorporate many features of leading commercial game engines when finished.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top