Skip to content

Commit

Permalink
Update BINDINGS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 authored May 21, 2024
1 parent fc9634a commit b2f4f4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BINDINGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -89,15 +89,15 @@ 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 |

### Older or Unmaintained Language Bindings

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) |
Expand Down

0 comments on commit b2f4f4d

Please sign in to comment.