Question about games

Hello, I need some advice. I was going to start building games with c++/c# but when I was going to start learning directx for c++/c# I thought it would be better to use the games I make over any os(operating system).

BUT, will opengl with java have just as good graphics as c++/c# using directx 10? Does java opengl have any lag? Is there any reason to make games with c++/c# with directx instead?

Thanks

[423 byte] By [Robbyisherea] at [2007-11-26 18:50:56]
# 1

> Hello, I need some advice. I was going to start

> building games with c++/c# but when I was going to

> start learning directx for c++/c# I thought it would

> be better to use the games I make over any

> os(operating system).

Yes, it's better IMO to make it platform independent from a business perspective. Also, you get the added benefit that games take MUCH less time to build in Java vs. C++/C#.

> BUT, will opengl with java have just as good graphics

> as c++/c# using directx 10? Does java opengl have any

> lag? Is there any reason to make games with c++/c#

> with directx instead?

DirectX is really the standard for gaming because of features mostly. I doubt that OpenGL is really slower. But I'm not a true expert here and I'd recommend Java3D which means you don't worry about DirectX or OpenGL.

CarrieHunta at 2007-7-9 6:25:01 > top of Java-index,Other Topics,Java Game Development...