Mogre, another .NET wrapper for Ogre

Bekas

07-05-2006 00:49:48

I'm developing a new .NET wrapper for Ogre, the thread where I discuss it is here: http://www.ogre3d.org/phpBB2/viewtopic.php?t=18727

If you want to give it a try, I'd really appreciate the feedback!

Rob Loach

08-05-2006 16:26:27

C++/CLI might actually be the best solution... Keep it up!

rastaman

08-05-2006 22:12:30

Hi Bekas,
Good to see you got the project off and going. The only thing i don't like about the approach is using C++/CLI. It will not work in linux, and that's my preferred platform.

Bekas

09-05-2006 03:31:43

There's some efforts going on (like GCC-CIL) but getting C++/CLI to work on linux seems a really hard task.

But hey, who would have thought .NET would run on linux before Mono showed up :wink: