You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
7.5 KiB

4 years ago
  1. ## raylib bindings
  2. Some people ported raylib to other languages in form of bindings or wrappers to the library, here is a list with the ones I'm aware of:
  3. | name | language | repo |
  4. |:------------------:|:--------------:|----------------------------------------------------------------------|
  5. | raylib | C | https://github.com/raysan5/raylib |
  6. | raylib-cpp | C++ | https://github.com/robloach/raylib-cpp |
  7. | Raylib-cs | C# | https://github.com/ChrisDill/Raylib-cs |
  8. | RaylibSharp | C# | https://github.com/TheLumaio/RaylibSharp |
  9. | RaylibFS | F# | https://github.com/dallinbeutler/RaylibFS |
  10. | raylib_d | D | https://github.com/0xFireball/raylib_d |
  11. | raylib-d | D | https://github.com/onroundit/raylib-d |
  12. | raylib-go | Go | https://github.com/gen2brain/raylib-go |
  13. | raylib-goplus | Go | https://github.com/Lachee/raylib-goplus |
  14. | raylib-rs | Rust | https://github.com/deltaphc/raylib-rs |
  15. | raylib-lua | Lua | https://github.com/raysan5/raylib-lua |
  16. | raylib-lua-ffi | Lua | https://github.com/raysan5/raylib/issues/693 |
  17. | raylib-lua-sol | Lua | https://github.com/RobLoach/raylib-lua-sol |
  18. | raylib-lua (raylua)| Lua | https://github.com/TSnake41/raylib-lua |
  19. | raylib-luamore | Lua | https://github.com/HDPLocust/raylib-luamore |
  20. | raylib-nelua | Nelua | https://github.com/Andre-LA/raylib-nelua-mirror |
  21. | raylib-Nim | Nim | https://gitlab.com/define-private-public/raylib-Nim |
  22. | raylib-nim | Nim | https://github.com/Skrylar/raylib-nim |
  23. | raylib-haskell | Haskell | https://github.com/DevJac/raylib-haskell |
  24. | raylib-cr | Crystal | https://github.com/AregevDev/raylib-cr |
  25. | cray | Crystal | https://gitlab.com/Zatherz/cray |
  26. | cray | Crystal | https://github.com/tapgg/cray |
  27. | raylib-pascal | Pascal | https://github.com/drezgames/raylib-pascal |
  28. | raylib-pas | Pascal | https://github.com/tazdij/raylib-pas |
  29. | Graphics-Raylib | Perl | https://github.com/athreef/Graphics-Raylib |
  30. | raylib-ruby-ffi | Ruby | https://github.com/D3nX/raylib-ruby-ffi |
  31. | raylib-ruby | Ruby | https://github.com/a0/raylib-ruby |
  32. | raylib-mruby | mruby | https://github.com/lihaochen910/raylib-mruby |
  33. | raylib-py | Python | https://github.com/overdev/raylib-py |
  34. | raylib-python-cffi | Python | https://github.com/electronstudio/raylib-python-cffi |
  35. | jaylib | Java | https://github.com/electronstudio/jaylib/ |
  36. | raylib-java | Java | https://github.com/XoanaIO/raylib-java |
  37. | node-raylib | Node.js | https://github.com/RobLoach/node-raylib |
  38. | QuickJS-raylib | QuickJS | https://github.com/sntg-p/QuickJS-raylib |
  39. | raylib-js | JavaScript | https://github.com/RobLoach/raylib-js |
  40. | raylib-chaiscript | ChaiScript | https://github.com/RobLoach/raylib-chaiscript |
  41. | raylib-squirrel | Squirrel | https://github.com/RobLoach/raylib-squirrel |
  42. | racket-raylib-2d | Racket | https://github.com/arvyy/racket-raylib-2d |
  43. | raylib-php | PHP | https://github.com/joseph-montanez/raylib-php |
  44. | raylib-php-ffi | PHP | https://github.com/oraoto/raylib-php-ffi |
  45. | raylib-phpcpp | PHP | https://github.com/oraoto/raylib-phpcpp |
  46. | raylib-factor | Factor | https://github.com/Silverbeard00/raylib-factor |
  47. | raylib-haxe | Haxe | https://github.com/ibilon/raylib-haxe |
  48. | ringraylib | Ring | https://github.com/ringpackages/ringraylib |
  49. | cl-raylib | Common Lisp | https://github.com/longlene/cl-raylib |
  50. | raylib-scm | Chicken Scheme | https://github.com/yashrk/raylib-scm |
  51. | raylib-chibi | Chibi-Scheme | https://github.com/VincentToups/raylib-chibi |
  52. | Euraylib | Euphoria | https://github.com/gAndy50/Euraylib |
  53. | raylib-wren | Wren | https://github.com/TSnake41/raylib-wren |
  54. | raylib-odin | Odin | https://github.com/kevinw/raylib-odin |
  55. | raylib-zig | Zig | https://github.com/G3bE/raylib-zig |
  56. | ray.zig | Zig | https://github.com/BitPuffin/zig-raylib-experiments |
  57. | raylib-Ada | Ada | https://github.com/mimo/raylib-Ada |
  58. | jaylib | Janet | https://github.com/janet-lang/jaylib |
  59. | raykit | Kit | https://github.com/Gamerfiend/raykit |
  60. | vraylib | V | https://github.com/MajorHard/vraylib |
  61. | ray.mod | BlitzMax | https://github.com/bmx-ng/ray.mod |
  62. | raylib-mosaic | Mosaic | https://github.com/pluckyporcupine/raylib-mosaic |
  63. | raylib-xdpw | XD Pascal | https://github.com/vtereshkov/raylib-xdpw |
  64. | raylib-carp | Carp | https://github.com/pluckyporcupine/raylib-carp |
  65. | raylib-fb | FreeBasic | https://github.com/IchMagBier/raylib-fb |
  66. | raylib-ats2 | ATS2 | https://github.com/mephistopheles-8/raylib-ats2 |
  67. | raylib.cbl | COBOL | *[code examples](https://github.com/Martinfx/Cobol/tree/master/OpenCobol/Games/raylib)* |
  68. Missing some language? Check the [bindings not yet in this list](https://gist.github.com/raysan5/5764cc5b885183f523fce47f098f3d9b#bindings-not-yet-in-the-official-list) or create a new binding! :)
  69. Usually, raylib bindings follow the convention: `raylib-{language}`
  70. Let me know if you're writing a new binding for raylib, I will list it here and I usually
  71. provide the icon/logo for that new language binding.