I’m interested in writing games in Java and wondered if Minecraft is written purely using the standard JDK or whether it uses open source (or commercial for that matter) libraries.
I’m interested in writing games in Java and wondered if Minecraft is written purely
Share
Yes. Minecraft uses the LWJGL library for graphics and sound.