All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.lessvoid.nifty.examples.lwjgl.allcontrols.AllControlsDemoMain Maven / Gradle / Ivy

Go to download

Lots of Nifty example code! You can find the source for nearly all demos/tutorials in here.

There is a newer version: 1.4.3
Show newest version
package de.lessvoid.nifty.examples.lwjgl.allcontrols;

import de.lessvoid.nifty.examples.allcontrols.AllControlsDemoStartScreen;
import de.lessvoid.nifty.examples.lwjgl.NiftyExampleLoaderLWJGL;

public class AllControlsDemoMain {
  public static void main(final String[] args) throws Exception {
    NiftyExampleLoaderLWJGL.run(new AllControlsDemoStartScreen());
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy