- 2
How Java is used for making games such as gta?
4 odpowiedzi
+ 3
The only big game written in Java I know is Minecraft.
Games with super graphics like gta need to be fast and "not far away" from the machine.
But java is "far away" because a virtual machine, the JRE runs the bytecode and tells the operating system what to do (kind of).
System close languages like C,C++ and C# do not have a virtual machine, they run directly on the system, so they are faster.
I think gta is programmed in C++.
A good idea for programming complicated games in java could be writing minecraft mods.
0
well ive never played gta but what i can tell you is that java is in use on the game menu, controls etc..
however java is not in use when you see characters and maps/ scenery. i hope i helped you :)
0
GTA is made by use of the rage game engine.you can produce 3d games using jmonkey game engine
- 4
I don't use java