From b0345abd76fea12a45aafa58c6097bc632de32d7 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 6 Jan 2019 21:22:23 +0100 Subject: Added raylib-chaiscript and node-raylib --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 58f9cd55..c2344b6b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -74,7 +74,9 @@ Some people ported raylib to other languages in form of bindings or wrappers to - [raylib-py](https://github.com/overdev/raylib-py) : raylib **Python** binding - [raylib-haskell](https://github.com/DevJac/raylib-haskell) : raylib **Haskell** binding - [raylib-java](https://github.com/XoanaIO/raylib-java) : raylib **Java** binding - - *[raylib flat-assembler Usage example](http://forum.raylib.com/index.php?p=/discussion/comment/425/#Comment_425)* + - [raylib-chaiscript](https://github.com/RobLoach/raylib-chaiscript) : raylib **ChaiScript** binding + - [node-raylib](https://github.com/RobLoach/node-raylib) : **Node.js** raylib binding + - *[raylib flat-assembler Usage example]()* - *[raylib COBOL Usage example](https://github.com/Martinfx/Cobol/tree/master/OpenCobol/Games/raylib)* Usually, raylib bindings follow the convention: `raylib-{language}` -- cgit v1.2.3 From 85a2cda36dc528feae38e718683825e5ae56f8d8 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 6 Jan 2019 21:27:05 +0100 Subject: Added raylib-lua-ffi --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c2344b6b..2cad76fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,6 +61,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to - [raylib](https://github.com/raysan5/raylib) : raylib **C/C++** version (default) - [raylib-lua](https://github.com/raysan5/raylib-lua) : raylib **Lua** binding + - [raylib-lua-ffi](https://github.com/raysan5/raylib/issues/693) : raylib **Lua** ffi binding - [raylib-go](https://github.com/gen2brain/raylib-go) : raylib **Go** binding - [raylib-Nim](https://gitlab.com/define-private-public/raylib-Nim) : raylib **Nim** binding - [cray](https://gitlab.com/Zatherz/cray) - raylib **Crystal** binding -- cgit v1.2.3