473,543 Members | 2,405 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C Sharp 3D Graphics

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

Nov 16 '05 #1
8 12014
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

--
Message généré par MesNews

Nov 16 '05 #2
Pierre Y. wrote:

I know there is a DotNet port of Quake II :

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

Pierre


It runs on the CLR but is actually written in C++.

There's a nice interview about it with the C++ Project Manager on channel9.
Nov 16 '05 #3
Arena Wars claims to be the very first commercial game product developed in
C#:
http://arenawars.krawall.de/com/

Try the Tom Miller book to get you started on managed game dev:
http://www.amazon.com/exec/obidos/tg...=UTF8&v=glance

ok,
aq

"Andrea Sansottera" <an************ ***@fastwebnet. it> wrote in message
news:St******** ***********@tor nado.fastwebnet .it...
Pierre Y. wrote:

I know there is a DotNet port of Quake II :

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

Pierre


It runs on the CLR but is actually written in C++.

There's a nice interview about it with the C++ Project Manager on

channel9.
Nov 16 '05 #4
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

"Ahmed Qurashi" <ah**********@g mail.com> wrote in message
news:ee******** ******@TK2MSFTN GP09.phx.gbl...
Arena Wars claims to be the very first commercial game product developed
in
C#:
http://arenawars.krawall.de/com/

Try the Tom Miller book to get you started on managed game dev:
http://www.amazon.com/exec/obidos/tg...=UTF8&v=glance

ok,
aq

"Andrea Sansottera" <an************ ***@fastwebnet. it> wrote in message
news:St******** ***********@tor nado.fastwebnet .it...
Pierre Y. wrote:
>
> I know there is a DotNet port of Quake II :
>
> http://www.vertigosoftware.com/Quake2.htm
>
> Pierre
>


It runs on the CLR but is actually written in C++.

There's a nice interview about it with the C++ Project Manager on

channel9.

Nov 16 '05 #5
I think the Tom Miller book is:
http://www.amazon.com/exec/obidos/tg...glance&s=books

I have that and found it quite useful.

"Ahmed Qurashi" <ah**********@g mail.com> wrote in message
news:ee******** ******@TK2MSFTN GP09.phx.gbl...
Arena Wars claims to be the very first commercial game product developed
in
C#:
http://arenawars.krawall.de/com/

Try the Tom Miller book to get you started on managed game dev:
http://www.amazon.com/exec/obidos/tg...=UTF8&v=glance

ok,
aq

"Andrea Sansottera" <an************ ***@fastwebnet. it> wrote in message
news:St******** ***********@tor nado.fastwebnet .it...
Pierre Y. wrote:
>
> I know there is a DotNet port of Quake II :
>
> http://www.vertigosoftware.com/Quake2.htm
>
> Pierre
>


It runs on the CLR but is actually written in C++.

There's a nice interview about it with the C++ Project Manager on

channel9.

Nov 16 '05 #6
Have a look at www.thezbuffer.com, as there is a list of applications and
resources for Managed DirectX.
Also Below are some Links.

Managed DirectX Links
=============== ======
http://members.gamedev.net/managedworld/home.html
http://www.thezbuffer.com
http://www.aftercastgames.com/aftercast/default.aspx
http://www.brandygames.co.uk/games/default.htm
http://www.drunkenhyena.com/
http://www.vbprogramming.8k.com/
http://www.gotdotnet.com/team/directx/
http://robydx.altervista.org/main.htm

Forums with Managed DirectX Content
=============== =============== =====
http://www.xtremedotnettalk.com/index.php?

Managed DirectX Blogs
=============== ======
http://blogs.msdn.com/tmiller
http://geekswithblogs.net/jolson/
http://weblogs.asp.net/dweller/
http://pluralsight.com/blogs/craig/
http://spaces.msn.com/members/mykre/
http://joshuabair.dyndns.org/blog/

Graphics Engines
=============== =
http://www.flatredball.com/index.php

Commercial Applications Using Managed DirectX
=============== =============== =============== =
http://worldwind.arc.nasa.gov/

"Fred Mellender" <no************ ****@frontierne t.net> wrote in message
news:sA******** *********@news0 2.roc.ny...
I think the Tom Miller book is:
http://www.amazon.com/exec/obidos/tg...glance&s=books

I have that and found it quite useful.

"Ahmed Qurashi" <ah**********@g mail.com> wrote in message
news:ee******** ******@TK2MSFTN GP09.phx.gbl...
Arena Wars claims to be the very first commercial game product developed
in
C#:
http://arenawars.krawall.de/com/

Try the Tom Miller book to get you started on managed game dev:
http://www.amazon.com/exec/obidos/tg...=UTF8&v=glance

ok,
aq

"Andrea Sansottera" <an************ ***@fastwebnet. it> wrote in message
news:St******** ***********@tor nado.fastwebnet .it...
Pierre Y. wrote:
>
> I know there is a DotNet port of Quake II :
>
> http://www.vertigosoftware.com/Quake2.htm
>
> Pierre
>

It runs on the CLR but is actually written in C++.

There's a nice interview about it with the C++ Project Manager on

channel9.


Nov 16 '05 #7
D H
Takuon Soho wrote:
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.
Nov 16 '05 #8
Thanks, I will certainly get the Miller book.

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

Tak.
"D H" <x@y.z> wrote in message news:Bc******** ************@co mcast.com...
Takuon Soho wrote:
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.

Nov 16 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
445
by: Vi | last post by:
Some of you might be interested in this open source AutoUpdater for ..NET "Sharp AutoUpdater provides an auto-update feature for .NET applications. Using XML configuration files, Sharp AutoUpdater component detects if there is a new version of the software, downloads, unzips, and installs the new files." Link:...
12
2347
by: Sanjay | last post by:
hi, We are currently porting our project from VB6 to VB .NET. Earlier we used to make scale transformations on objects like pictureBox , forms etc.Now Such transformations are made on the graphics object of the form/pictureBox. Should It be better if make a graphics object from my pictureBox in load event handler of the form and store...
0
1513
by: application | last post by:
is it possible to create a simple com dll in c-sharp? i need to use a c-sharp com from an asp page( not aspx) and i read in google about regasm and csc and some other strage words but never find a full example of how to do it. Thanks
2
1985
by: Ben | last post by:
Hi all I am new to C Sharp. Any suggestion for some good C Sharp sites? Thanks for sharing. Ben
0
1639
by: Eugene | last post by:
9rays.net Report Sharp-Shooter 1.3 has been published! Report Sharp-Shooter is the most flexible .NET report engine available on the market. It's a suite of 100% managed .NET components that allow you to create both bound and unbound reports with unlimited number of master-detail relations. You can build highly complex reports by using...
4
2493
by: Hai Nguyen | last post by:
I'm learning C sharp and do not like vb much. I'm creatiing a wepage using panel to test myself. I tried to use these code below, which is written in VB, and to transform them to c sharp but I got hard time to understand vb syntax. I don't know if anyone in here can point out which is the equivalent object used in c sharp. Translate these...
2
3882
by: HishHish | last post by:
I have a Java code that I want to convert it to C-sharp in order to put it in my ASP.NET web application. I used the JLCA (Java Language Conversion Assistant) for conversion, but it gave me many errors indicating that there are not matches in .NET for those Java classes!! The Java code is: ...
5
1686
by: Alberto | last post by:
What sharp (from c sharp) stand for or where does it comes from? thank you
20
2587
by: windandwaves | last post by:
Hi Folk I am a PHP programmer, but I like to learn c-sharp as it seems to be in hot demand around here. My questions are: - how does c-sharp relate to PHP - do you like c-sharp and its cousins - are there better things to do then c-sharp? Thanks a million
0
7344
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7589
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7681
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5881
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5260
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4886
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3387
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1810
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
958
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.