Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 387 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 387 Bytes

odin-al

OpenAL binding for Odin

Linux and windows support. On Linux it finds the shared library On windows you need to have OpenAL32.lib inside this repo

I recommend cloning this repo into Odin's shared collection

cd Odin/shared
git clone https://github.com/thebirk/odin-al.git

And then include it using

import "shared:odin-al/al"
import "shared:odin-al/alc"