LWJGL / lwjgl3

LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan, bgfx), audio (OpenAL, Opus), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR, OpenXR) applications.
https://www.lwjgl.org
BSD 3-Clause "New" or "Revised" License
4.67k stars 628 forks source link

OpenAL AL_SOFT_events extension #854

Closed rafaskb closed 1 year ago

rafaskb commented 1 year ago

Description

Is there any way OpenAL's AL_SOFT_events extension could be added to lwjgl3? I'm a libGDX user and we could really use this extension there. 😁 https://openal-soft.org/openal-extensions/SOFT_events.txt

Also I see this extension is listed under openal-soft-1.21.0 here https://github.com/LWJGL-CI/openal-soft/blob/master/ChangeLog#L115, but the changelog for 3.3.2 doesn't say anything about it.

Hangman commented 1 year ago

+1 I could use this as well.

Hangman commented 1 year ago

Thanks Spasi 🥇

Spasi commented 1 year ago

Hey @rafaskb & @Hangman,

LWJGL 3.3.2-snapshot+9 is now available with OpenAL Soft 1.23.0 and the AL_SOFT_events extension is included.