diff options
| author | Murray Campbell <[email protected]> | 2018-10-24 14:33:53 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-10-24 14:33:53 -0500 |
| commit | 03fb5499a0f2c4b45ed1b2655a6e1e77221ed46a (patch) | |
| tree | 346e60c85c667b4e7650b7d3cd1c7ee3c8a54be5 /CONTRIBUTING.md | |
| parent | 9c6a98aa61b0a43c0d85347b3da26f90dd5c42fc (diff) | |
| parent | 72431c6c36a166b00e52527962ab4d978ab0111d (diff) | |
| download | raylib-03fb5499a0f2c4b45ed1b2655a6e1e77221ed46a.tar.gz raylib-03fb5499a0f2c4b45ed1b2655a6e1e77221ed46a.zip | |
Merge pull request #7 from raysan5/master
pull
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 35be1009..94688ea0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,21 +59,23 @@ 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: - - [raylib C/C++ version (default)](https://github.com/raysan5/raylib) - - [raylib Lua binding](https://github.com/raysan5/raylib-lua) - - [raylib Go binding](https://github.com/gen2brain/raylib-go) - - [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](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) - - [raylib Haskell binding](https://github.com/DevJac/raylib-haskell) + - [raylib](https://github.com/raysan5/raylib) : raylib **C/C++** version (default) + - [raylib-lua](https://github.com/raysan5/raylib-lua) : raylib **Lua** 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 + - [Graphics::Raylib](https://metacpan.org/pod/Graphics::Raylib) : raylib **Perl** wrapper + - [raylib-pascal](https://github.com/drezgames/raylib-pascal) - raylib **Pascal** binding + - [Raylib-cs](https://github.com/ChrisDill/Raylib-cs) : raylib **C#** binding + - [RaylibSharp](https://github.com/TheLumaio/RaylibSharp) : raylib **C#** binding + - [raylib-ruby-ffi](https://github.com/D3nX/raylib-ruby-ffi) : raylib **Ruby** binding + - [raylib-rs](https://github.com/deltaphc/raylib-rs) : raylib **Rust** binding + - [raylib-rust](https://github.com/dtcristo/raylib-rust) : raylib **Rust** binding + - [raylib-py](https://github.com/overdev/raylib-py) : raylib **Python** binding + - [raylib-haskell](https://github.com/DevJac/raylib-haskell) : raylib **Haskell** binding + - [raylib-java]() : raylib **Java** binding + - *[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)* Usually, raylib bindings follow the convention: `raylib-{language}` @@ -85,7 +87,7 @@ provide the icon/logo for that new language binding. If you have any doubt, don't hesitate to [contact me](mailto:[email protected])!. You can write me a direct mail but you can also contact me on the following networks: - - [raylib forum](http://forum.raylib.com/) - A good place for discussions or to ask for help. + - [raylib reddit](https://www.reddit.com/r/raylib/) - A good place for discussions or to ask for help. - [raylib Discord](https://discord.gg/VkzNHUE) - A direct communication channel for project discussions. - [raylib twitter](https://twitter.com/raysan5) - My personal twitter account, I usually post about raylib, you can send me PMs. - [raylib web](http://www.raylib.com/) - On top-right corner there is a bunch of networks where you can find me. |
