License |
License |
---|---|
Categories |
CategoriesGUI User Interface |
GroupId | GroupIdcom.github.nifty-gui |
ArtifactId | ArtifactIdnifty-openal-soundsystem |
Last Version | Last Version1.4.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNifty Sound Device for OpenAL using LWJGL
This is an OpenAL/lwjgl based SoundDevice for Nifty GUI. It was extracted out of Slick2D to be
independent of the whole Slick2D library and to be used with none Slick2D based renderes. All credits for the
original code go to Kevin Glass and all Slick2D contributers.
|
<!-- https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-openal-soundsystem/ -->
<dependency>
<groupId>com.github.nifty-gui</groupId>
<artifactId>nifty-openal-soundsystem</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-openal-soundsystem/
implementation 'com.github.nifty-gui:nifty-openal-soundsystem:1.4.3'
// https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-openal-soundsystem/
implementation ("com.github.nifty-gui:nifty-openal-soundsystem:1.4.3")
'com.github.nifty-gui:nifty-openal-soundsystem:jar:1.4.3'
<dependency org="com.github.nifty-gui" name="nifty-openal-soundsystem" rev="1.4.3">
<artifact name="nifty-openal-soundsystem" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nifty-gui', module='nifty-openal-soundsystem', version='1.4.3')
)
libraryDependencies += "com.github.nifty-gui" % "nifty-openal-soundsystem" % "1.4.3"
[com.github.nifty-gui/nifty-openal-soundsystem "1.4.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slick2d : slick2d-core | jar | 1.0.1 |
com.github.nifty-gui : nifty | jar | 1.4.3 |
org.lwjgl.lwjgl : lwjgl | jar | 2.8.2 |
com.projectdarkstar.ext.jorbis : jorbis | jar | 0.0.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.3.1 |
org.easymock : easymock | jar | 3.2 |