mirror of
https://github.com/raysan5/raylib.git
synced 2026-09-14 01:50:50 +00:00
* Updated bindings' versions Bindings in the `Older or Unmaintained Language Bindings` category are untouched. * Fix Target link * Moved archived and projects with invalid links to a "Unmaintained" category * `raylib4fb` was moved from GitHub to Codeberg * Fix table formatting * Moved outdated to the `Older bindings` category * Fix tables formatting * Changed the first paragraph Added advice on when to update `BINDINGS.md`.
36 KiB
36 KiB
raylib bindings and wrappers
Some people ported raylib to other languages in the form of bindings or wrappers to the library. Here is a list with all the ports available. Feel free to send a PR if you know of any binding/wrapper not in this list or if it had been updated/archived.
Language Bindings
Utility Wrappers
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 paradigm.
| Name | raylib Version | Language | License |
|---|---|---|---|
| raylib-cpp | 6.0 | C++ | Zlib |
| claylib | 4.5 | Common Lisp | Zlib |
| rayed-bqn | auto | BQN | MIT |
| DOOR | 4.0 | D | MIT |
| Iris | 5.5 | Uiua | MIT |
Older or Unmaintained Language Bindings
These are older raylib bindings that are more than 2 versions old or have not been maintained.
Missing some language or wrapper? Feel free to create a new one! :)
Usually, raylib bindings follow the convention: raylib-{language}
Let me know if you're writing a new binding for raylib, I will list it here!