diff options
| author | Ray <[email protected]> | 2024-05-21 13:10:38 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-21 13:10:38 +0200 |
| commit | b2f4f4d8fd3f780ec6f711ede668d8de17abb792 (patch) | |
| tree | fa582822c2f9e26140602bfaf0aa06668d4bb6c2 /BINDINGS.md | |
| parent | fc9634a4de732448abf04de3217be698a6560c51 (diff) | |
| download | raylib-b2f4f4d8fd3f780ec6f711ede668d8de17abb792.tar.gz raylib-b2f4f4d8fd3f780ec6f711ede668d8de17abb792.zip | |
Update BINDINGS.md
Diffstat (limited to 'BINDINGS.md')
| -rw-r--r-- | BINDINGS.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index 3996105d..04102f70 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -5,7 +5,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to ### Language Bindings | Name | raylib Version | Language | License | -| ---------------------------------------------------------------------------------------- | ---------------- | -------------------------------------------------------------------- | -------------------- | +| :--------------------------------------------------------------------------------------- | :--------------: | :------------------------------------------------------------------: | :------------------: | | [raylib](https://github.com/raysan5/raylib) | **5.0** | [C/C++](https://en.wikipedia.org/wiki/C_(programming_language)) | Zlib | | [raylib-beef](https://github.com/Starpelly/raylib-beef) | **5.0** | [Beef](https://www.beeflang.org) | MIT | | [raylib-boo](https://github.com/Rabios/raylib-boo) | 3.7 | [Boo](http://boo-language.github.io) | MIT | @@ -89,7 +89,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to These are utility wrappers for specific languages, they are not required to use raylib in the language but may adapt the raylib API to be more inline with the language's pardigm. | Name | raylib Version | Language | License | -| ---------------------------------------------------- | -------------- | -------------------------------------------- | ------- | +| ---------------------------------------------------- | :------------: | :------------------------------------------: | :-----: | | [raylib-cpp](https://github.com/robloach/raylib-cpp) | **5.0** | [C++](https://en.wikipedia.org/wiki/C%2B%2B) | Zlib | | [claylib](https://github.com/defun-games/claylib) | 4.5 | [Common Lisp](https://common-lisp.net) | Zlib | @@ -97,7 +97,7 @@ These are utility wrappers for specific languages, they are not required to use These are older raylib bindings that are more than 2 versions old or have not been maintained. | Name | raylib Version | Language | -| ---------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------- | +| ---------------------------------------------------------------------------------- | :------------: | :---------------------------------------------------------------------: | | [raylib-cppsharp](https://github.com/phxvyper/raylib-cppsharp) | 2.5 | [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) | | [RaylibFS](https://github.com/dallinbeutler/RaylibFS) | 2.5 | [F#](https://fsharp.org) | | [raylib\*d](https://github.com/Sepheus/raylib_d) | 2.5 | [D](https://dlang.org) | |
