Package playn.java

Class LWJGLPlatform

java.lang.Object
playn.core.Platform
playn.java.JavaPlatform
playn.java.LWJGLPlatform

public class LWJGLPlatform
extends JavaPlatform
Implements the PlayN platform for Java, based on LWJGL and GLFW. Due to the way LWJGL works, a game must create the platform instance, then perform any of its own initialization that requires access to GL resources, and then call JavaPlatform.start to start the game loop. The JavaPlatform.start call does not return until the game exits.