xboxscene.org forums

Author Topic: 3d Games  (Read 199 times)

luis360

  • Archived User
  • Newbie
  • *
  • Posts: 1
3d Games
« on: August 25, 2006, 08:43:00 AM »

so, it is possible to create real 3D games with XNA Game Studio Express,right?
Logged

jmnz

  • Archived User
  • Newbie
  • *
  • Posts: 6
3d Games
« Reply #1 on: August 29, 2006, 06:06:00 PM »

I don't see why not.

Correct me if I'm wrong, but I think we are receiving pretty similar tools to what a large studio would use.
Logged

Pope Hannibal

  • Archived User
  • Newbie
  • *
  • Posts: 1
3d Games
« Reply #2 on: September 17, 2006, 11:14:00 AM »

Umm, no.... Most large studios don't do development in C#(CSharp) wink.gif
I've never programmed in C#, but I've heard that the automated garbage collector causes a sharp hit in performance. I have seen a 3D engine programmed in C#, but it was pretty crude.
However, a google check did show an engine called Axiom, which is a C# port of OGRE, which is a decent opensource engine, so who knows, maybe...
Logged

xdude335

  • Archived User
  • Newbie
  • *
  • Posts: 10
3d Games
« Reply #3 on: February 28, 2007, 10:06:00 PM »

I doubt Microsoft's tools are high-level enough to make them of any practical use.
I found DirectX to be quite a disappointment.  Just a lot of low-level stuff you could
spend years on and still not make a single game.

I think of it as selling a Lamborghini without the engine.
Quite useless but that doen't mean it will be cheap.

Large companies likely use very high-level stuff ...
using software packages you and I never even heard of.
Logged

Asniper

  • Archived User
  • Newbie
  • *
  • Posts: 3
3d Games
« Reply #4 on: August 20, 2007, 11:21:00 AM »

QUOTE(xdude335 @ Mar 1 2007, 06:06 AM) *

I doubt Microsoft's tools are high-level enough to make them of any practical use.
I found DirectX to be quite a disappointment.  Just a lot of low-level stuff you could
spend years on and still not make a single game.

I think of it as selling a Lamborghini without the engine.
Quite useless but that doen't mean it will be cheap.

Large companies likely use very high-level stuff ...
using software packages you and I never even heard of.



ahh the DirectX SDK provides plenty (stencil buffers, shaders, etc..) to actually make working engine/game.

You just need to learn how to use it.

This post has been edited by Asniper: Aug 20 2007, 06:22 PM
Logged