Click here to Skip to main content
15,881,413 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

for a little application of mine I want to draw a 'wireframe' of connected cubes like this:
http://quickscreen.eu/image.php?h=9824f5d035fd02dff47cbfbbb4df93e9[^]
(Sorry for my bad painting skills ;) )

I'm looking for an easy 3d engine/class that can draw lines, circles or cubes or spheres and where you can move the camera position.
It doesn't have to be a perfect engine/class, even something that renders Graphics on a form will do, but I can't find any that do the full job.

I hope it is clear what I am looking for, and I hope someone can help me.

Does anyone know what I can use for this?
Posted
Updated 7-Nov-12 11:21am
v3
Comments
joshrduncan2012 7-Nov-12 17:23pm    
Try the C# version of OpenGL, called CSGL. http://csgl.sourceforge.net/

1 solution

I recommend using openGL first
try starting with something simple like these links:

http://www.developerfusion.com/article/3823/opengl-in-c/[^]

http://www.developerfusion.com/article/3823/opengl-in-c/2/[^]

since CSGL development was stopped, you might use OpenTK then.
http://www.opentk.com/[^]

Managed DirectX is pretty cool, but way more complex if your are not familiar with 3D.

hope it helps!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900