raylib/BINDINGS.md

78 lines
7.6 KiB
Markdown
Raw Normal View History

2020-02-07 14:09:54 +03:00
## raylib bindings
2019-03-20 18:44:32 +03:00
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:
2019-11-22 02:18:03 +03:00
| name | language | repo |
|:------------------:|:--------------:|----------------------------------------------------------------------|
| raylib | C | https://github.com/raysan5/raylib |
| raylib-cpp | C++ | https://github.com/robloach/raylib-cpp |
| Raylib-cs | C# | https://github.com/ChrisDill/Raylib-cs |
| RaylibSharp | C# | https://github.com/TheLumaio/RaylibSharp |
| RaylibFS | F# | https://github.com/dallinbeutler/RaylibFS |
| raylib_d | D | https://github.com/0xFireball/raylib_d |
| raylib-d | D | https://github.com/onroundit/raylib-d |
| raylib-go | Go | https://github.com/gen2brain/raylib-go |
| raylib-goplus | Go | https://github.com/Lachee/raylib-goplus |
| raylib-rs | Rust | https://github.com/deltaphc/raylib-rs |
| raylib-lua | Lua | https://github.com/raysan5/raylib-lua |
| raylib-lua-ffi | Lua | https://github.com/raysan5/raylib/issues/693 |
| raylib-lua-sol | Lua | https://github.com/RobLoach/raylib-lua-sol |
| raylib-lua (raylua)| Lua | https://github.com/TSnake41/raylib-lua |
| raylib-luamore | Lua | https://github.com/HDPLocust/raylib-luamore |
| raylib-nelua | Nelua | https://github.com/Andre-LA/raylib-nelua-mirror |
2019-11-22 02:18:03 +03:00
| raylib-Nim | Nim | https://gitlab.com/define-private-public/raylib-Nim |
| raylib-nim | Nim | https://github.com/Skrylar/raylib-nim |
| raylib-haskell | Haskell | https://github.com/DevJac/raylib-haskell |
| raylib-cr | Crystal | https://github.com/AregevDev/raylib-cr |
| cray | Crystal | https://gitlab.com/Zatherz/cray |
| cray | Crystal | https://github.com/tapgg/cray |
| raylib-pascal | Pascal | https://github.com/drezgames/raylib-pascal |
| raylib-pas | Pascal | https://github.com/tazdij/raylib-pas |
| Graphics-Raylib | Perl | https://github.com/athreef/Graphics-Raylib |
| raylib-ruby-ffi | Ruby | https://github.com/D3nX/raylib-ruby-ffi |
| raylib-ruby | Ruby | https://github.com/a0/raylib-ruby |
| raylib-mruby | mruby | https://github.com/lihaochen910/raylib-mruby |
| raylib-py | Python | https://github.com/overdev/raylib-py |
| raylib-python-cffi | Python | https://github.com/electronstudio/raylib-python-cffi |
2020-04-14 14:04:51 +03:00
| jaylib | Java | https://github.com/electronstudio/jaylib/ |
2019-11-22 02:18:03 +03:00
| raylib-java | Java | https://github.com/XoanaIO/raylib-java |
| node-raylib | Node.js | https://github.com/RobLoach/node-raylib |
2020-04-29 22:10:11 +03:00
| QuickJS-raylib | [QuickJS](https://bellard.org/quickjs/) | https://github.com/sntg-p/QuickJS-raylib |
2019-11-22 02:18:03 +03:00
| raylib-js | JavaScript | https://github.com/RobLoach/raylib-js |
| raylib-chaiscript | ChaiScript | https://github.com/RobLoach/raylib-chaiscript |
| raylib-squirrel | Squirrel | https://github.com/RobLoach/raylib-squirrel |
| racket-raylib-2d | Racket | https://github.com/arvyy/racket-raylib-2d |
| raylib-php | PHP | https://github.com/joseph-montanez/raylib-php |
| raylib-php-ffi | PHP | https://github.com/oraoto/raylib-php-ffi |
| raylib-phpcpp | PHP | https://github.com/oraoto/raylib-phpcpp |
| raylib-factor | Factor | https://github.com/Silverbeard00/raylib-factor |
2020-04-29 22:10:11 +03:00
| raylib-haxe | [Haxe](https://haxe.org/) | https://github.com/ibilon/raylib-haxe |
| ringraylib | [Ring](http://ring-lang.sourceforge.net/) | https://github.com/ringpackages/ringraylib |
2019-11-22 02:18:03 +03:00
| cl-raylib | Common Lisp | https://github.com/longlene/cl-raylib |
| raylib-scm | Chicken Scheme | https://github.com/yashrk/raylib-scm |
2020-02-07 14:09:34 +03:00
| raylib-chibi | Chibi-Scheme | https://github.com/VincentToups/raylib-chibi |
2019-11-22 02:18:03 +03:00
| Euraylib | Euphoria | https://github.com/gAndy50/Euraylib |
2020-04-29 22:10:11 +03:00
| raylib-wren | [Wren](http://wren.io/) | https://github.com/TSnake41/raylib-wren |
| raylib-odin | [Odin](https://odin-lang.org/) | https://github.com/kevinw/raylib-odin |
| raylib-zig | [Zig](https://ziglang.org/) | https://github.com/G3bE/raylib-zig |
| ray.zig | [Zig](https://ziglang.org/) | https://github.com/BitPuffin/zig-raylib-experiments |
2019-11-22 02:18:03 +03:00
| raylib-Ada | Ada | https://github.com/mimo/raylib-Ada |
2020-04-29 22:10:11 +03:00
| jaylib | [Janet](https://janet-lang.org/) | https://github.com/janet-lang/jaylib |
2019-11-22 02:18:03 +03:00
| raykit | Kit | https://github.com/Gamerfiend/raykit |
2020-04-29 22:10:11 +03:00
| vraylib | [V](https://vlang.io/) | https://github.com/MajorHard/vraylib |
| ray.mod | BlitzMax | https://github.com/bmx-ng/ray.mod |
| raylib-mosaic | Mosaic | https://github.com/pluckyporcupine/raylib-mosaic |
2020-03-16 21:11:06 +03:00
| raylib-xdpw | XD Pascal | https://github.com/vtereshkov/raylib-xdpw |
2020-03-21 13:28:18 +03:00
| raylib-carp | Carp | https://github.com/pluckyporcupine/raylib-carp |
2020-03-09 20:52:41 +03:00
| raylib-fb | FreeBasic | https://github.com/IchMagBier/raylib-fb |
2020-03-28 21:30:00 +03:00
| raylib-ats2 | ATS2 | https://github.com/mephistopheles-8/raylib-ats2 |
2020-04-29 22:10:11 +03:00
| raylib-beef | [Beef](https://www.beeflang.org/) | https://github.com/M0n7y5/raylib-beef |
2019-11-22 02:18:03 +03:00
| raylib.cbl | COBOL | *[code examples](https://github.com/Martinfx/Cobol/tree/master/OpenCobol/Games/raylib)* |
2019-03-20 18:44:32 +03:00
2019-03-27 22:19:33 +03:00
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! :)
2019-06-10 00:15:42 +03:00
2019-03-20 18:44:32 +03:00
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 and I usually
provide the icon/logo for that new language binding.