nimrand
|
I'm currently in the process of porting DirectX 8.1 to .NET by building a Managed C++ wrapper library. I'm only a few days into the project, so I don't have much done. But, what I have done I've tested and it seems to work very well. I plan to port the DirectDraw/3D library first, and then DirectMusic and DirectSound after that. Whether I'll do anything beyond that remains to be seen. My goal is to make DirectX friendly to .NET languages and improve the usability of the library where appropriate (for instance, using property getter methods instead of the assnine GetXXX(&SomePropertyStructure) methods, and throwing exceptions instead of returning error codes, etc.), while sacrificing as little functionality and speed as possible. Anyway, with all the functions there are in Direct3D alone, I was wondering if someone would be willing to help me. Someone who knows C++ relatively well and has some expereince with .NET would be preferable. Even someone who would just be willing to document the library would be great though. If you're interested, let me know. You can email me at kpyancey@yahoo.com.
Posted on 2002-03-26 13:12:24
|