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.)
 
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

Projecting 4D points into 3D space using matrices 2
3d graphics programming direction? 5
3d Shapes 5
3D Engine for Visual c#? 3
Plotting libraries for .NET 19
3D modeling editor 2
C# and 3D ? 3
3D preview 8

Back
Top