C Sharp 3D Graphics

T

Takuon Soho

Are there 3d Games being built with C#?

I see several 3d Engines and a rework of OpenGL out there
but wonder if anyone is actually commercially developing games with
C# and OpenGL

Am new to C# comming from a C++ background -
am using Visual C# Programmer's Guide (excellent book).

Looked at DirectX - powerful but what a mess.

Thanks
Tak
 
P

Pierre Y.

Takuon Soho a exposé le 29/01/2005 :
Are there 3d Games being built with C#?

I see several 3d Engines and a rework of OpenGL out there
but wonder if anyone is actually commercially developing games with
C# and OpenGL

Am new to C# comming from a C++ background -
am using Visual C# Programmer's Guide (excellent book).

Looked at DirectX - powerful but what a mess.

Thanks
Tak

I know there is a DotNet port of Quake II :

http://www.vertigosoftware.com/Quake2.htm

Pierre
 
T

Takuon Soho

Thanks, I guess I will try the Miller book.

I am really pleased with C#, it has a really good feel to it,
speaking intuitively.

OK, off to the books.

Thanks Again
Tak
 
D

D H

Takuon said:
Are there 3d Games being built with C#?

I see several 3d Engines and a rework of OpenGL out there
but wonder if anyone is actually commercially developing games with
C# and OpenGL

For C# and OpenGL, see the Tao Framework: http://www.taoframework.com/
There is a game engine that uses it here:
http://www.axiom3d.org/
Looked at DirectX - powerful but what a mess.

It's what most games use now. As suggested see the Tom Miller book,
although its sample code is already out of date, and you need a
relatively new computer to even run the DirectX SDK samples. A laptop
likely won't do it.
 
T

Takuon Soho

Thanks, I will certainly get the Miller book.

So I'm stuck with Direct Mess... I mean DirectX.

Tak.
 

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

Top