Hello Guest

Wki access for OpenAL guide

  • 5 Replies
  • 8108 Views
Wki access for OpenAL guide
« 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

*

Offline spasi

  • *****
  • 2261
    • WebHotelier
Re: Wki access for OpenAL guide
« Reply #1 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?

Re: Wki access for OpenAL guide
« Reply #2 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.

Re: Wki access for OpenAL guide
« Reply #3 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?

*

Offline spasi

  • *****
  • 2261
    • WebHotelier
Re: Wki access for OpenAL guide
« Reply #4 on: October 19, 2016, 16:23:24 »
Looks good. I sent you an invitation to join the wiki team.

Re: Wki access for OpenAL guide
« Reply #5 on: October 19, 2016, 17:18:44 »
Thank you very much