What are some 3D games written in C#?

c# 3d
14,117

Solution 1

You can have a look at SharpDevelop and/or MonoDevelop, two spen source .NET managed IDE.

Also, as others stated, there are plenty C# OSS frameworks that you can study. Here is a first list.

Solution 2

Quake was ported to C#/Silverlight: http://www.innoveware.com/quakelight.html

Play it now: http://www.innoveware.com/ql3/QuakeLight.html

Solution 3

If you want to write games for Windows or the XBox360 you can use XNA... also their are tons of apps all over the place that use C#. You can also find projects that were written in .Net on CodePlex

XNA - Game Studio

Solution 4

A very good resource is the XNA Creators Club.

This has some great resources for learning (the starter kits for XNA are full games, with artwork, written in C#). In addition, there is a community driven site full of examples of 2D and 3D games written in C#.

Solution 5

You could have a look at Unity3D - it uses Mono to let games run on Mac and PC. All behavioral code is written in C#. There are games by both EA and Cartoon Network as well as loads of corporate and indie games based on Unity. Unity 3D Game List

Share:
14,117
slowkvant
Author by

slowkvant

Updated on June 27, 2022

Comments

  • slowkvant
    slowkvant almost 2 years

    I've been searching on Google for some C# programs. I have found Paint.NET. Is that the only C# program out there? What about games? Someone have a link to 3D game in C#?