Glam Prestige Journal

Bright entertainment trends with youth appeal.

I know this must be one of the many question around the same topic. But, i want clear mind and new eyes in this.

I am beginning to grasp java for game development for pc and tablet; i cant use unity 3D to i ask for help in choosing a game engine for ubuntu using java as is primary language. I look around and there a lot i just want to narrow it down a bit.

Thanks in advance and hope for your advice :)

0

1 Answer

The best - and only - Java game engine I know would be LWJGL.

This stands for Lightweight Java Game Library. It is a implementation of OpenGL, OpenAL and OpenCL, which are themselfs written in C.

But Java itself is rather unusual and unrecommendated for creating 3D games. It brings a huge loss in performance due to the realtime interpretation of the Java Byte Code.

You may have a look at C++ instead.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy