Wki access for OpenAL guide

Started by seventh-chord, October 18, 2016, 19:48:25

Previous topic - Next topic

seventh-chord

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

spasi

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?

seventh-chord

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.

seventh-chord

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?

spasi

Looks good. I sent you an invitation to join the wiki team.

seventh-chord