aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2018-08-07 19:18:22 +0200
committerGitHub <noreply@github.com>2018-08-07 19:18:22 +0200
commitaa1bb1e33d0423fec166ff290fcb4603c9b0efc2 (patch)
treee431788341583628ff0afbbc55fe95bc7a85b269
parent06be400ca39357384cca54e2de709440c31c1ab2 (diff)
downloadraylib-aa1bb1e33d0423fec166ff290fcb4603c9b0efc2.tar.gz
raylib-aa1bb1e33d0423fec166ff290fcb4603c9b0efc2.zip
Update CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bd6ae03b..cbdd7692 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -65,9 +65,14 @@ Some people ported raylib to other languages in form of bindings or wrappers to
- [raylib Nim binding](https://gitlab.com/define-private-public/raylib-Nim)
- [raylib Crystal binding](https://gitlab.com/Zatherz/cray)
- [raylib Perl wrapper](https://metacpan.org/pod/Graphics::Raylib)
- - raylib Pascal binding with custom IDE (closed-source)
+ - [raylib Pascal binding](https://github.com/drezgames/raylib-pascal)
- [raylib flat-assembler Usage example](http://forum.raylib.com/index.php?p=/discussion/comment/425/#Comment_425)
- [raylib COBOL Usage example](https://github.com/Martinfx/Cobol/tree/master/OpenCobol/Games/raylib)
+ - [raylib C# binding](https://github.com/ChrisDill/Raylib-cs)
+ - [raylib C# binding](https://github.com/TheLumaio/RaylibSharp)
+ - [raylib Ruby binding](https://github.com/D3nX/raylib-ruby-ffi)
+ - [raylib Rust binding](https://github.com/deltaphc/raylib-rs)
+ - [raylib Python binding](https://github.com/overdev/raylibpy)
Usually, raylib bindings follow the convention: `raylib-{language}`