de.lessvoid.nifty.examples.lwjgl.all.AllDemoMain 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.all;
import de.lessvoid.nifty.examples.all.AllExamples;
import de.lessvoid.nifty.examples.lwjgl.NiftyExampleLoaderLWJGL;
import javax.annotation.Nonnull;
/**
* @author Aaron Mahan <[email protected]>
*/
public class AllDemoMain {
public static void main(@Nonnull final String... args) {
NiftyExampleLoaderLWJGL.run (new AllExamples());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy