Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

81 righe
7.8 KiB

  1. ## raylib bindings
  2. Some people ported raylib to other languages in form of bindings or wrappers to the library.
  3. Here it is a list with the ones I'm aware of:
  4. | name | language | repo |
  5. |:------------------:|:--------------:|----------------------------------------------------------------------|
  6. | raylib | C | https://github.com/raysan5/raylib |
  7. | raylib-cpp | C++ | https://github.com/robloach/raylib-cpp |
  8. | Raylib-cs | C# | https://github.com/ChrisDill/Raylib-cs |
  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. | bindbc-raylib | D | https://github.com/o3o/bindbc-raylib |
  13. | raylib-go | Go | https://github.com/gen2brain/raylib-go |
  14. | raylib-goplus | Go | https://github.com/Lachee/raylib-goplus |
  15. | raylib-rs | [Rust](https://www.rust-lang.org/) | https://github.com/deltaphc/raylib-rs |
  16. | raylib-lua | Lua | https://github.com/raysan5/raylib-lua |
  17. | raylib-lua-ffi | Lua | https://github.com/raysan5/raylib/issues/693 |
  18. | raylib-lua-sol | Lua | https://github.com/RobLoach/raylib-lua-sol |
  19. | raylib-lua (raylua)| Lua | https://github.com/TSnake41/raylib-lua |
  20. | raylib-luamore | Lua | https://github.com/HDPLocust/raylib-luamore |
  21. | raylib-nelua | [Nelua](https://nelua.io/) | https://github.com/Andre-LA/raylib-nelua-mirror |
  22. | raylib-Nim | Nim | https://gitlab.com/define-private-public/raylib-Nim |
  23. | raylib-nim | Nim | https://github.com/Skrylar/raylib-nim |
  24. | raylib-Forever | Nim | https://github.com/Guevara-chan/Raylib-Forever |
  25. | raylib-haskell | [Haskell](https://www.haskell.org/) | https://github.com/DevJac/raylib-haskell |
  26. | raylib-cr | Crystal | https://github.com/AregevDev/raylib-cr |
  27. | cray | Crystal | https://gitlab.com/Zatherz/cray |
  28. | raylib.cr | Crystal | https://github.com/sam0x17/raylib.cr |
  29. | raylib-pascal | Pascal | https://github.com/drezgames/raylib-pascal |
  30. | raylib-pas | Pascal | https://github.com/tazdij/raylib-pas |
  31. | Graphics-Raylib | Perl | https://github.com/athreef/Graphics-Raylib |
  32. | raylib-ruby-ffi | Ruby | https://github.com/D3nX/raylib-ruby-ffi |
  33. | raylib-ruby | Ruby | https://github.com/a0/raylib-ruby |
  34. | raylib-mruby | mruby | https://github.com/lihaochen910/raylib-mruby |
  35. | raylib-py | Python | https://github.com/overdev/raylib-py |
  36. | raylib-python-cffi | Python | https://github.com/electronstudio/raylib-python-cffi |
  37. | jaylib | Java | https://github.com/electronstudio/jaylib/ |
  38. | raylib-java | Java | https://github.com/XoanaIO/raylib-java |
  39. | clj-raylib | [Clojure](https://clojure.org/) | https://github.com/lsevero/clj-raylib |
  40. | node-raylib | [Node.js](https://nodejs.org/en/) | https://github.com/RobLoach/node-raylib |
  41. | QuickJS-raylib | [QuickJS](https://bellard.org/quickjs/) | https://github.com/sntg-p/QuickJS-raylib |
  42. | raylib-js | JavaScript | https://github.com/RobLoach/raylib-js |
  43. | raylib-chaiscript | [ChaiScript](http://chaiscript.com/) | https://github.com/RobLoach/raylib-chaiscript |
  44. | raylib-squirrel | [Squirrel](http://www.squirrel-lang.org/) | https://github.com/RobLoach/raylib-squirrel |
  45. | racket-raylib-2d | [Racket](https://racket-lang.org/) | https://github.com/arvyy/racket-raylib-2d |
  46. | raylib-php | PHP | https://github.com/joseph-montanez/raylib-php |
  47. | raylib-php-ffi | PHP | https://github.com/oraoto/raylib-php-ffi |
  48. | raylib-phpcpp | PHP | https://github.com/oraoto/raylib-phpcpp |
  49. | raylib-factor | [Factor](https://factorcode.org/) | https://github.com/Silverbeard00/raylib-factor |
  50. | raylib-haxe | [Haxe](https://haxe.org/) | https://github.com/ibilon/raylib-haxe |
  51. | ringraylib | [Ring](http://ring-lang.sourceforge.net/) | https://github.com/ringpackages/ringraylib |
  52. | cl-raylib | Common Lisp | https://github.com/longlene/cl-raylib |
  53. | raylib-scm | Chicken Scheme | https://github.com/yashrk/raylib-scm |
  54. | raylib-chibi | Chibi-Scheme | https://github.com/VincentToups/raylib-chibi |
  55. | Euraylib | [Euphoria](https://openeuphoria.org/) | https://github.com/gAndy50/Euraylib |
  56. | raylib-wren | [Wren](http://wren.io/) | https://github.com/TSnake41/raylib-wren |
  57. | raylib-odin | [Odin](https://odin-lang.org/) | https://github.com/kevinw/raylib-odin |
  58. | raylib-zig | [Zig](https://ziglang.org/) | https://github.com/Not-Nik/raylib-zig |
  59. | ray.zig | [Zig](https://ziglang.org/) | https://github.com/BitPuffin/zig-raylib-experiments |
  60. | raylib-Ada | [Ada](https://www.adacore.com/about-ada) | https://github.com/mimo/raylib-Ada |
  61. | jaylib | [Janet](https://janet-lang.org/) | https://github.com/janet-lang/jaylib |
  62. | raykit | [Kit](https://www.kitlang.org/) | https://github.com/Gamerfiend/raykit |
  63. | vraylib | [V](https://vlang.io/) | https://github.com/MajorHard/vraylib |
  64. | ray.mod | [BlitzMax](https://blitzmax.org/) | https://github.com/bmx-ng/ray.mod |
  65. | raylib-mosaic | Mosaic | https://github.com/pluckyporcupine/raylib-mosaic |
  66. | raylib-xdpw | XD Pascal | https://github.com/vtereshkov/raylib-xdpw |
  67. | raylib-carp | Carp | https://github.com/pluckyporcupine/raylib-carp |
  68. | raylib-fb | FreeBasic | https://github.com/IchMagBier/raylib-fb |
  69. | raylib-purebasic | [PureBasic](https://www.purebasic.com/) | https://github.com/D-a-n-i-l-o/raylib-purebasic |
  70. | raylib-ats2 | ATS2 | https://github.com/mephistopheles-8/raylib-ats2 |
  71. | raylib-beef | [Beef](https://www.beeflang.org/) | https://github.com/M0n7y5/raylib-beef |
  72. | raylib.cbl | COBOL | *[code examples](https://github.com/Martinfx/Cobol/tree/master/OpenCobol/Games/raylib)* |
  73. Missing some language? Feel free to create a new binding! :)
  74. Usually, raylib bindings follow the convention: `raylib-{language}`
  75. Let me know if you're writing a new binding for raylib, I will list it here!