[转]一个开源C#3D游戏引擎
For my fourth year computer graphics course I wrote a little 3D engine using C# and the .NET platform. I decided to go this route as opposed to the C++ route that everyone else took in the course because I wanted to see whether C# lived up to it's hype. Surprising, after writing about 600kB of code in C# it seems like it is a decent language after all and possibly an effective replacement for C++ even in the demanding field of real-time 3D game development. When I compare C# to C++ I find it's best features are garbage collection, less convoluted syntax and true object orientation. It was a class requirement that I use OpenGL instead of DirectX / Direct3D.
Just a quick disclaimer before I go too far: please remember that this is just an old one-term university project thus don't get your expectations too high.
The included compiled binaries for both the math library and the OpenGL wrapper are compatible with Visual Basic .NET and Visual C++ .NET development projects.
http://www.exocortex.org/3dengine/
下一篇:用JavaScript做的俄罗斯方块
- flash/flex/fcs/AIR(752)
- Asp.Net/C#/WCF(598)
- 操作系统及应用软件(376)
- JavaScript/Ajax(330)
- SQL及数据库(134)
- 黑客技术(115)
- Asp/VBScript(111)
- HTML/WML/CSS兼容/XML(102)
- PHP/apache/Perl(96)
- 网站排名及优化(92)
- 其他(75)
- showbo日志(66)
- lucene.net/分词技术(33)
- 计算机网络(26)
- 机械重工(26)
- C#设计模式(25)
- Google Maps开发(17)
- 日语学习(15)
- Canvas/VML/SVG(13)
- linux(11)
- 游戏开发(8)
- 正则表达式(5)
- Jsp/Java(4)
