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.
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 | 5.0 | C++ | Zlib |
claylib | 4.5 | Common Lisp | Zlib |
rayed-bqn | 5.0 | BQN | MIT |
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!