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

de.lessvoid.nifty.examples.lwjgl.console.ConsoleDemoMain 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.console;

import de.lessvoid.nifty.examples.console.ConsoleDemoStartScreen;
import de.lessvoid.nifty.examples.lwjgl.NiftyExampleLoaderLWJGL;

import javax.annotation.Nonnull;

/**
 * @author Aaron Mahan <[email protected]>
 */
public final class ConsoleDemoMain {
  public static void main(@Nonnull final String... args) {
    NiftyExampleLoaderLWJGL.run (new ConsoleDemoStartScreen());
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy