Last Version

Nifty Main Parent Project 1.4.3

Nifty GUI is a Java Library that supports the building of interactive user interfaces for games or similar applications. It utilizes OpenGL for rendering and it can be easily integrated into many rendering systems. The configuration of the GUI is stored in xml files with little supporting Java code. In short Nifty helps you to layout stuff, display it in a cool way and interact with it :)

License

License

Categories

Categories

GUI User Interface
GroupId

GroupId

com.github.nifty-gui
ArtifactId

ArtifactId

nifty-main
Version

Version

1.4.3
Type

Type

pom
Description

Description

Nifty Main Parent Project
Nifty GUI is a Java Library that supports the building of interactive user interfaces for games or similar applications. It utilizes OpenGL for rendering and it can be easily integrated into many rendering systems. The configuration of the GUI is stored in xml files with little supporting Java code. In short Nifty helps you to layout stuff, display it in a cool way and interact with it :)
Project URL

Project URL

https://github.com/nifty-gui/nifty-gui

Download nifty-main 1.4.3

Filename Size
nifty-main-1.4.3.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-main/ -->
<dependency>
    <groupId>com.github.nifty-gui</groupId>
    <artifactId>nifty-main</artifactId>
    <version>1.4.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-main/
implementation 'com.github.nifty-gui:nifty-main:1.4.3'
// https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-main/
implementation ("com.github.nifty-gui:nifty-main:1.4.3")
'com.github.nifty-gui:nifty-main:pom:1.4.3'
<dependency org="com.github.nifty-gui" name="nifty-main" rev="1.4.3">
  <artifact name="nifty-main" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nifty-gui', module='nifty-main', version='1.4.3')
)
libraryDependencies += "com.github.nifty-gui" % "nifty-main" % "1.4.3"
[com.github.nifty-gui/nifty-main "1.4.3"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.3.1
org.easymock : easymock jar 3.2

Project Modules

  • nifty-core
  • nifty-controls
  • nifty-controls-style-black
  • nifty-renderer-java2d
  • nifty-renderer-jogl
  • nifty-renderer-libgdx
  • nifty-renderer-lwjgl
  • nifty-renderer-lwjgl3
  • nifty-renderer-slick2d
  • nifty-soundsystem-openal
  • nifty-soundsystem-pauls-sound
  • nifty-html
  • nifty-examples
  • nifty-examples-jogl
  • nifty-examples-libgdx
  • nifty-examples-lwjgl
  • nifty-examples-slick2d
  • nifty-renderer-processing
  • nifty-soundsystem-minim
  • nifty-examples-processing