You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Technically, it requires 4 files + SDL2 dependency, so I'm not sure how it's gonna fit here. However I'm still going to suggest it because why not. Preferably useful if someone is already having SDL2 as their dependency.
The 4 files are:
mojoal.c
LICENSE.txt
AL/al.h
AL/alc.h
Even if the license is embedded into mojoal.c, the two headers still needs to be in separate files due to how apps written using OpenAL expects the header file structure.
The text was updated successfully, but these errors were encountered:
MojoAL is a full OpenAL 1.1 implementation written in C in a single file. https://github.com/icculus/mojoAL
Technically, it requires 4 files + SDL2 dependency, so I'm not sure how it's gonna fit here. However I'm still going to suggest it because why not. Preferably useful if someone is already having SDL2 as their dependency.
The 4 files are:
mojoal.c
LICENSE.txt
AL/al.h
AL/alc.h
Even if the license is embedded into
mojoal.c
, the two headers still needs to be in separate files due to how apps written using OpenAL expects the header file structure.The text was updated successfully, but these errors were encountered: