[Mono-list] DirectX.NET implementation?

Chris Seaton chris@chrisseaton.com
Tue, 27 Jan 2004 09:40:54 +0000


> Will there be a DirectX.NET implementation in the future? (or even now)
> So that DirectX could, for example run on Linux.
> 
> And if so, how can that be done? Since DirectX is now a COM technologie.
> Is DirectX.NET (for windows) a complete 'native' Direct.NET 
> implementation? Or does is
> still rely on COM (partly)?

DirectX.NET is a wrapper for the native COM libraries. You could 
implement DirectX.NET using SDL though.

Chris Seaton