Moudoux / nifty-gui

Your Open Source Java OpenGL GUI. Interactive user interfaces for games or similar applications. LWJGL, JOGL, JME or Java2d rendering.

Home Page:http://nifty-gui.github.io/nifty-gui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nifty GUI

Nifty is available in the Maven central:

<groupId>com.github.nifty-gui</groupId>
<artifactId>nifty</artifactId>
<version>1.4.3</version>

To use SNAPSHOT builds of Nifty you'll still need to add the Sonatype snapshots repositories to your pom.xml.

  <repositories>
    <!-- only needed for snapshot builds starting with 1.4.4-SNAPSHOT -->
    <repository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    </repository>
  </repositories>

Stories in Ready

Throughput Graph

About

Your Open Source Java OpenGL GUI. Interactive user interfaces for games or similar applications. LWJGL, JOGL, JME or Java2d rendering.

http://nifty-gui.github.io/nifty-gui/

License:Other


Languages

Language:Java 98.3%Language:Processing 0.9%Language:HTML 0.7%Language:GLSL 0.0%