hi,
I’m considering starting with jogl. But I have two questions:
-
Do 2D games also benefit of hardware acceleration and to which extend compared to pure Java2D ? I’ve read that many 2D games are made using OpenGL support. So how much better is it?
-
How do I distribute a game/program to an end-user when I use jogl? Of course the end-user has to have java installed. But I dont want to force him to install anything else (and I dont want to use webstart). I just want to give him a *.jar file and thats it. So is it possible to distribute jogl along with that *.jar file without any disadvantages for the end-user?
thanx,
Usul