[Mono-dev] Managed DirectX

Brian Crowell mono-devel at fluggo.com
Wed Oct 25 15:08:14 EDT 2006


Stefan Dösinger wrote:
> So from the other replies it sounds like you can use wine for dx, but mono 
> needs some preparation work first. If you need any help just contact me or 
> the wine-devel list :-)

Well, one option is to use a library written in C++/CLI, compile it with Microsoft's C++ compiler, and then use the resulting library with Mono. That should work. There's just no equivalent all-Mono method.

Tell you what. Sometime this week I'll look to release what I have done regarding XNA. It won't be exactly what you want-- in particular, my library depends on a common primitives library-- but it could be a good starting point for a Managed DirectX 9 implementation.

--Brian



More information about the Mono-devel-list mailing list