Review raylib bindings

This commit is contained in:
Ray 2018-10-11 10:49:28 +02:00 committed by GitHub
parent a12cafe84d
commit 13844df2ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,21 +59,21 @@ To open new issue for raylib (bug, enhancement, discussion...), just try to foll
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: 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:
- [raylib C/C++ version (default)](https://github.com/raysan5/raylib) - [raylib](https://github.com/raysan5/raylib) : raylib **C/C++** version (default)
- [raylib Lua binding](https://github.com/raysan5/raylib-lua) - [raylib-lua](https://github.com/raysan5/raylib-lua) : raylib **Lua** binding
- [raylib Go binding](https://github.com/gen2brain/raylib-go) - [raylib-go](https://github.com/gen2brain/raylib-go) : raylib **Go** binding
- [raylib Nim binding](https://gitlab.com/define-private-public/raylib-Nim) - [raylib-Nim](https://gitlab.com/define-private-public/raylib-Nim) : raylib **Nim** binding
- [raylib Crystal binding](https://gitlab.com/Zatherz/cray) - [cray](https://gitlab.com/Zatherz/cray) - raylib **Crystal** binding
- [raylib Perl wrapper](https://metacpan.org/pod/Graphics::Raylib) - [Graphics::Raylib](https://metacpan.org/pod/Graphics::Raylib) : raylib **Perl** wrapper
- [raylib Pascal binding](https://github.com/drezgames/raylib-pascal) - [raylib-pascal](https://github.com/drezgames/raylib-pascal) - raylib **Pascal** binding
- [raylib flat-assembler Usage example](http://forum.raylib.com/index.php?p=/discussion/comment/425/#Comment_425) - [Raylib-cs](https://github.com/ChrisDill/Raylib-cs) : raylib **C#** binding
- [raylib COBOL Usage example](https://github.com/Martinfx/Cobol/tree/master/OpenCobol/Games/raylib) - [RaylibSharp](https://github.com/TheLumaio/RaylibSharp) : raylib **C#** binding
- [raylib C# binding](https://github.com/ChrisDill/Raylib-cs) - [raylib-ruby](https://github.com/D3nX/raylib-ruby-ffi) : raylib **Ruby** binding
- [raylib C# binding](https://github.com/TheLumaio/RaylibSharp) - [raylib-rs](https://github.com/deltaphc/raylib-rs) : raylib **Rust** binding
- [raylib Ruby binding](https://github.com/D3nX/raylib-ruby-ffi) - [raylibpy](https://github.com/overdev/raylibpy) : raylib **Python** binding
- [raylib Rust binding](https://github.com/deltaphc/raylib-rs) - [raylib-haskell](https://github.com/DevJac/raylib-haskell) : raylib **Haskell** binding
- [raylib Python binding](https://github.com/overdev/raylibpy) - *[raylib flat-assembler Usage example](http://forum.raylib.com/index.php?p=/discussion/comment/425/#Comment_425)*
- [raylib Haskell binding](https://github.com/DevJac/raylib-haskell) - *[raylib COBOL Usage example](https://github.com/Martinfx/Cobol/tree/master/OpenCobol/Games/raylib)*
Usually, raylib bindings follow the convention: `raylib-{language}` Usually, raylib bindings follow the convention: `raylib-{language}`