3D Library for C#

  • Thread starter Thread starter S.Vidyaraman
  • Start date Start date
S

S.Vidyaraman

Hello,
Is there a 3D Library for C# (free or otherwise ? ) I need to do basic
things like drawing a cube, a spheroid and rotating them etc ..... no heavy
duty gaming stuff.
S.Vidyaraman
 
Managed DirectX.

Part of the DirectX sdk.

--
Regards

Thomas Tomiczek
THONA Software & Consulting Ltd.
(Microsoft MVP C#/.NET)
(CTO PowerNodes Ltd.)
 
Managed DirectX.
Part of the DirectX sdk.


Is it also part of the end-user runtime? If not where can I find a
redistibutable for managed directx?
 
YOu have to redistribute it with your app.

Download the SDK and welcome learning.

--
Regards

Thomas Tomiczek
THONA Software & Consulting Ltd.
(Microsoft MVP C#/.NET)
(CTO PowerNodes Ltd.)
 
No it is not. To develop with it, you will have to download the managed
SDK. To distribute your MSI, you will have to check the EULA to ensure you
can send the DX runtime with it (I'm almost certain you can, but always
better to check).

Here is the link to the home page:
http://www.microsoft.com/windows/directx/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top