aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-07-02 13:32:15 -0700
committerChris Robinson <[email protected]>2023-07-02 13:32:15 -0700
commit3db472f9c6f5a9f012fb80d44b7bd310de99246a (patch)
treeda99bc028342e6c7e8d1448f48b8930d6aedf74a /README.md
parent65d0196db6f09292c3eb3c106d6ca543ad937e82 (diff)
Add mention of OpenTK for C# bindings
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9be4ca41..dac53e71 100644
--- a/README.md
+++ b/README.md
@@ -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