de.lessvoid.nifty.examples.lwjgl.defaultcontrols.ControlsDemoMain Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nifty-examples-lwjgl Show documentation
Show all versions of nifty-examples-lwjgl Show documentation
Lots of Nifty example code! You can find the source for nearly all demos/tutorials in here.
package de.lessvoid.nifty.examples.lwjgl.defaultcontrols;
import de.lessvoid.nifty.examples.defaultcontrols.ControlsDemo;
import de.lessvoid.nifty.examples.lwjgl.NiftyExampleLoaderLWJGL;
import de.lessvoid.nifty.examples.lwjgl.resolution.ResolutionControlLWJGL;
import org.lwjgl.opengl.DisplayMode;
import javax.annotation.Nonnull;
/**
* @author Aaron Mahan <[email protected]>
*/
public class ControlsDemoMain {
public static void main(@Nonnull final String... args) {
NiftyExampleLoaderLWJGL.run(new ControlsDemo(new ResolutionControlLWJGL(false)));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy