Nifty 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.

License

License

Categories

Categories

GUI User Interface
GroupId

GroupId

com.github.nifty-gui
ArtifactId

ArtifactId

nifty-openal-soundsystem
Last Version

Last Version

1.4.3
Release Date

Release Date

Type

Type

jar
Description

Description

Nifty 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.

Download nifty-openal-soundsystem

How to add to project

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

Dependencies

compile (4)

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

test (2)

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

Project Modules

There are no modules declared in this project.
com.github.nifty-gui

Versions

Version
1.4.3
1.4.2