openGL in C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know that OpenGL is written for C/C++ programming languages. How about in C#. How would we display 3D graphics in C# ?
 
Binil said:
I know that OpenGL is written for C/C++ programming languages.
How about in C#. How would we display 3D graphics in C# ?

The preferred method to do 3D graphics in C# is probably Managed DirectX,
but if you really want to use OpenGL, check out CsGL
[http://csgl.sourceforge.net/].

Regards,
Pieter Philippaerts
 

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

C# and 3D ? 3
OpenGL in C#, is it possible?? 2
OpenGL 1
3D modelling in opengl and c# 2
C Sharp 3D Graphics 8
OpenGL 1
Direct3D how ? 9
3D modeling editor 2

Back
Top