I know Minecraft uses the LWJGL library, but is that what allows it to have 3D graphics?
Asked
Active
Viewed 8,414 times
1 Answers
11
LWJGL uses OpenGL
for rendering 2D and 3D graphics.
OpenGL is an API to interact with the GPU and achieve optimal hardware accelerated rendering.
It's also cross-platform, just like Java, making it a natural choice when it comes to graphics.

Matias Cicero
- 25,439
- 13
- 82
- 154