diff options
author | Chris Robinson <[email protected]> | 2023-07-02 13:32:15 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-07-02 13:32:15 -0700 |
commit | 3db472f9c6f5a9f012fb80d44b7bd310de99246a (patch) | |
tree | da99bc028342e6c7e8d1448f48b8930d6aedf74a /README.md | |
parent | 65d0196db6f09292c3eb3c106d6ca543ad937e82 (diff) |
Add mention of OpenTK for C# bindings
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -72,6 +72,11 @@ functions with C linkage. For languages that can't directly use C-style headers, bindings may be developed to allow code written in that language to call into the library. Some bindings for some languages are listed here. +C# Bindings: +* [OpenTK](https://opentk.net/) includes low-level C# bindings for the OpenAL +API, including some extensions. It also includes utility libraries for math and +linear algebra, which can be useful for 3D calculations. + Java Bindings: * [JOAL](https://jogamp.org/joal/www/), part of the JogAmp project, includes Java bindings for the OpenAL API, usable with OpenAL Soft. It also includes a |