summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAhmad Fatoum <[email protected]>2018-10-07 21:54:14 +0200
committerGitHub <[email protected]>2018-10-07 21:54:14 +0200
commit46c0e73c6cd419009c07a3feea7c744132cfd127 (patch)
tree3e24890ad851258fbc9929cbcc5cb0bd5e6e8d1c
parentc4b7d175163f0365110b37834c58be3cf2bd1ccf (diff)
downloadraylib-46c0e73c6cd419009c07a3feea7c744132cfd127.tar.gz
raylib-46c0e73c6cd419009c07a3feea7c744132cfd127.zip
README.md: add link to raylib bindings list
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2c4c7601..7dbaaa6b 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ features
- **Powerful math module** for Vector, Matrix and Quaternion operations: [raymath](https://github.com/raysan5/raylib/blob/master/src/raymath.h)
- Audio loading and playing with streaming support (WAV, OGG, MP3, FLAC, XM, MOD)
- **VR stereo rendering** support with configurable HMD device parameters
- - Bindings to **Lua** ([raylib-lua](https://github.com/raysan5/raylib-lua)), **Go** ([raylib-go](https://github.com/gen2brain/raylib-go)) and more!
+ - Bindings to **Lua** ([raylib-lua](https://github.com/raysan5/raylib-lua)), **Go** ([raylib-go](https://github.com/gen2brain/raylib-go)) and [more](https://github.com/raysan5/raylib/blob/master/CONTRIBUTING.md#raylib-bindings)!
raylib uses on its [core](https://github.com/raysan5/raylib/blob/master/src/core.c) module the outstanding [GLFW3](http://www.glfw.org/) library, embedded inside raylib in the form of [rglfw](https://github.com/raysan5/raylib/blob/master/src/rglfw.c) module, avoiding that way external dependencies.