Need aid for a software development project, willing to pay.

JonTheBaller

Golden Member
Dec 2, 2002
1,916
0
0
First of all, no this is not for school but rather for a business.

I wish to develop an application for Windows with 3D graphical capabilities. For now, I have chosen to use C# and OpenGL. Unfortuantely, I have very little experience with OpenGL or any other 3D language. From what I gather, the functions I will need for the project seem fairly simple - I am merely looking to plot a pyramid based on certain specifications and shade it. I am looking to make significant progress in the project in the next week. If you have experience with C# and 3D graphing (OpenGL/CsGL or Direct3D), please PM me and we can discuss this further. Or, if you have pointers or suggestions you wish to give me, that would be great too. Thanks!
 

Ameesh

Lifer
Apr 3, 2001
23,686
1
0
DirectX 9 has managed wrappers which can be accessed via C#, i would suggest taking a look at those, it is very straight forward
 

JonTheBaller

Golden Member
Dec 2, 2002
1,916
0
0
Originally posted by: Ameesh
DirectX 9 has managed wrappers which can be accessed via C#, i would suggest taking a look at those, it is very straight forward

Can you recommend a place to look on for complete beginners? Possibly a book?