Updated everything for dependencies. All sub packages are now part of the project. This was a massive update, hopefully won't have to be reverted.

This commit is contained in:
Storm Dragon
2025-01-16 17:03:01 -05:00
parent a5c0e7a71c
commit 2e337db3c5
78 changed files with 4774 additions and 82 deletions

17
gumble/go-openal/README Normal file
View File

@ -0,0 +1,17 @@
OpenAL bindings for Go.
====================================
I've forked this library from https://github.com/phf/go-openal
and have started changing it quite a bit from the original library.
I don't have any experience with the original OpenAl libraries, so
I'm going to be rearranging this a bit to fit my needs.
To install simply install the openal and alc libs appropriately for
your platform, or build them from scratch, then run
go get -u git.stormux.org/storm/barnard/gumble/go-openal/
*Note, as of commit 0a4cd0b this library is no longer compatible with Go 1.3.3 and older.*