diff options
| author | Rabia Alhaffar <[email protected]> | 2020-10-20 22:03:19 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-20 21:03:19 +0200 |
| commit | 5df08daa3f779021dc70743267a087c863044d3b (patch) | |
| tree | 75d5097f76e4e150e16d728966ebf8fdfcb04e8c /BINDINGS.md | |
| parent | 3c9f7263e572a9d21076de821ae8f66d583e352e (diff) | |
| download | raylib-5df08daa3f779021dc70743267a087c863044d3b.tar.gz raylib-5df08daa3f779021dc70743267a087c863044d3b.zip | |
Added Boo bindings for raylib! (#1412)
Diffstat (limited to 'BINDINGS.md')
| -rw-r--r-- | BINDINGS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index 0c1a712d..e1f5d08e 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -10,6 +10,7 @@ Here it is a list with the ones I'm aware of: | raylib-cpp | 3.1-dev | [C++](https://en.wikipedia.org/wiki/C%2B%2B) | https://github.com/robloach/raylib-cpp | | Raylib-cs | 3.0 | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | https://github.com/ChrisDill/Raylib-cs | | raylib-cppsharp | ? | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | https://github.com/phxvyper/raylib-cppsharp | +| raylib-boo | 3.0 | [Boo](http://boo-language.github.io/) | https://github.com/Rabios/raylib-boo | | RaylibFS | 2.5 | [F#](https://fsharp.org/) | https://github.com/dallinbeutler/RaylibFS | | raylib_d | 2.5 | [D](https://dlang.org/) | https://github.com/Sepheus/raylib_d | | raylib-d | 3.0 | [D](https://dlang.org/) | https://github.com/onroundit/raylib-d | |
