A .NET Wrapper for OpenAL Soft (1.23.1), generated with the HexaGen code generator. HexaGen allows users to access native libraries easily and with high performance.
$ dotnet add package Hexa.NET.OpenALHexa.NET.OpenAL is a minimal C# wrapper for the OpenAL library, providing a thin, 1:1 binding to OpenAL's C functions. This wrapper is designed for developers who need direct access to the OpenAL library's functionality from C#, without added complexity or overhead.
You can install Hexa.NET.OpenAL via NuGet:
dotnet add package Hexa.NET.OpenAL
Alternatively, you can visit the NuGet package page and follow the instructions there.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
Hexa.NET.OpenAL is licensed under the MIT License. See the LICENSE file for more information.