3D Library for C#

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
 
T

Thomas Tomiczek [MVP]

Managed DirectX.

Part of the DirectX sdk.

--
Regards

Thomas Tomiczek
THONA Software & Consulting Ltd.
(Microsoft MVP C#/.NET)
(CTO PowerNodes Ltd.)
 
T

Thomas Tomiczek [MVP]

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

John Mark Howell

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

3D Engine for Visual c#? 3
C# and 3D ? 3
3d Shapes 5
Projecting 4D points into 3D space using matrices 2
Plotting libraries for .NET 19
3D preview 8
Simple PDF library 1
C++ v C# 17

Top