License |
License |
---|---|
Categories |
CategoriesLWJGL Business Logic Libraries GUI User Interface |
GroupId | GroupIdcom.github.nifty-gui |
ArtifactId | ArtifactIdnifty-lwjgl3-renderer |
Last Version | Last Version1.4.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNifty Renderer for LWJGL3
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 :)
|
Filename | Size |
---|---|
nifty-lwjgl3-renderer-1.4.3.pom | |
nifty-lwjgl3-renderer-1.4.3.jar | 54 KB |
nifty-lwjgl3-renderer-1.4.3-sources.jar | 32 KB |
nifty-lwjgl3-renderer-1.4.3-javadoc.jar | 505 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-lwjgl3-renderer/ -->
<dependency>
<groupId>com.github.nifty-gui</groupId>
<artifactId>nifty-lwjgl3-renderer</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-lwjgl3-renderer/
implementation 'com.github.nifty-gui:nifty-lwjgl3-renderer:1.4.3'
// https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-lwjgl3-renderer/
implementation ("com.github.nifty-gui:nifty-lwjgl3-renderer:1.4.3")
'com.github.nifty-gui:nifty-lwjgl3-renderer:jar:1.4.3'
<dependency org="com.github.nifty-gui" name="nifty-lwjgl3-renderer" rev="1.4.3">
<artifact name="nifty-lwjgl3-renderer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nifty-gui', module='nifty-lwjgl3-renderer', version='1.4.3')
)
libraryDependencies += "com.github.nifty-gui" % "nifty-lwjgl3-renderer" % "1.4.3"
[com.github.nifty-gui/nifty-lwjgl3-renderer "1.4.3"]
Group / Artifact | Type | Version |
---|---|---|
org.lwjgl : lwjgl | jar | 3.0.0b |
com.github.nifty-gui : nifty | jar | 1.4.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.3.1 |
org.easymock : easymock | jar | 3.2 |