| 1. |
Is Java Viable For Serious Game Development? |
|
Answer» Yes it is, check this list for a proof. Those are some games made with Java using The LIGHTWEIGHT Java Game Library (LWJGL). It is a low-level framework, which provides OpenGL for high quality graphics and OpenAL for sounds. It also provides input API. With these you can quite easily get started to serious game development in Java. I am currently writing my second 3D game as a hobby project in Java, and I just love it. In the past I USED to write my games with C++, but after switching to Java there is no GOING back. Supporting multiple operating systems with Java can be very easy, for example my previous Java game, which I developed in Windows for a year, WORKED in Linux right away and in OS X with only one bug without any need to compile anything on those platforms. On the other hand, with Java you have couple of problems.
Yes it is, check this list for a proof. Those are some games made with Java using The Lightweight Java Game Library (LWJGL). It is a low-level framework, which provides OpenGL for high quality graphics and OpenAL for sounds. It also provides input API. With these you can quite easily get started to serious game development in Java. I am currently writing my second 3D game as a hobby project in Java, and I just love it. In the past I used to write my games with C++, but after switching to Java there is no going back. Supporting multiple operating systems with Java can be very easy, for example my previous Java game, which I developed in Windows for a year, worked in Linux right away and in OS X with only one bug without any need to compile anything on those platforms. On the other hand, with Java you have couple of problems. |
|