LWJGL Forum

Programming => LWJGL Documentation => Topic started by: seventh-chord on October 18, 2016, 19:48:25

Title: Wki access for OpenAL guide
Post by: seventh-chord on October 18, 2016, 19:48:25
I noticed that the new wiki at https://github.com/LWJGL/lwjgl3-wiki/wiki was missing an OpenAL guide, and seeing as I had recently been fiddeling a bit with sound I decided to write one. You can view the guide here: https://gist.github.com/seventh-chord/74a3b2fb8eeaa27636fc4255635daf3f. I was wondering whether I could get write access to the wiki repo so I can push my changes. :D
Title: Re: Wki access for OpenAL guide
Post by: spasi on October 18, 2016, 20:44:39
Hey seventh-chord,

The new wiki is for LWJGL 3 which does not have the ALContext class. Do you plan to update your guide for LWJGL 3?
Title: Re: Wki access for OpenAL guide
Post by: seventh-chord on October 19, 2016, 05:01:05
Whoops, I just realized I have been working on an old build (3.0.0b build 35) for the last months. I am going to update my personal codebase to the latest version and then get back to you with an updated version of the guide.
Title: Re: Wki access for OpenAL guide
Post by: seventh-chord on October 19, 2016, 16:08:32
Ok, I have updated the tutorial. It is now based on the latest nightly build. I also switched to using stb for loading sound, as LWJGL has bindings for it. You can view the revised version here: https://gist.github.com/seventh-chord/74a3b2fb8eeaa27636fc4255635daf3f. Should I maybe also post this somewhere else on the forum in case anybody is interested?
Title: Re: Wki access for OpenAL guide
Post by: spasi on October 19, 2016, 16:23:24
Looks good. I sent you an invitation to join the wiki team.
Title: Re: Wki access for OpenAL guide
Post by: seventh-chord on October 19, 2016, 17:18:44
Thank you very much