Is there a pure-managed DirectX wrapper?

Posted by Cody Brocious on Stack Overflow See other posts from Stack Overflow or by Cody Brocious
Published on 2010-04-12T01:17:23Z Indexed on 2010/04/12 1:23 UTC
Read the original article Hit count: 402

Filed under:
|
|

I'm currently in need of a purely managed code DirectX wrapper for .NET. While SlimDX is great, its use of unmanaged code makes it impossible to perform proper dead code analysis on, for the purpose of merging it into your assemblies. With a pure managed wrapper, I'd be able to include just the pieces I use in my assembly, allowing very, very small binaries (my goal is to be able to write 64k demos entirely using .NET).

Does such a thing exist, or am I going to be getting intimate with P/Invoke?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about directx