Java Libraries for Video Games

This post summarizes Java libraries specific for video game development.

List of Java Libraries for Video Games

Java libraries for video games:

  • LWJGL
  • libGDX
  • jMonkeyEngine

LWJGL

Lightweigth Java Game Library (LWJGL) is a low-level graphics library at its lowest level. You need to be familiar with OpenGL.

Official website

libGDX

libGDX is a mid-level library. It is free/libre and open-source (FLOSS) and based on OpenGL.

It would be at the same level as PyGame library for Python.

Official website

jMonkeyEngine

jMonkeyEngine is a high-level 3D graphics library.

Official website

You might also be interested in…

Leave a Reply

Your email address will not be published. Required fields are marked *