
de.lessvoid.nifty.examples.jogl.all.AllDemoMain Maven / Gradle / Ivy
The newest version!
package de.lessvoid.nifty.examples.jogl.all;
import de.lessvoid.nifty.examples.all.AllExamples;
import de.lessvoid.nifty.examples.jogl.NiftyExampleLoaderJOGL;
import javax.annotation.Nonnull;
public class AllDemoMain {
public static void main(@Nonnull String... args) {
NiftyExampleLoaderJOGL.runWithJOGL(new AllExamples(), args);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy