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 :)

Лицензия

Лицензия

Категории

Категории

GUI Взаимодействие с пользователем
Группа

Группа

com.github.nifty-gui
Идентификатор

Идентификатор

nifty-main
Последняя версия

Последняя версия

1.4.3
Дата

Дата

Тип

Тип

pom
Описание

Описание

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 :)
Ссылка на сайт

Ссылка на сайт

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

Скачать nifty-main

Имя Файла Размер
nifty-main-1.4.3.pom 6 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.3.1
org.easymock : easymock jar 3.2

Модули Проекта

  • 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
com.github.nifty-gui

Версии библиотеки

Версия
1.4.3
1.4.2