summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJens Axel Søgaard <[email protected]>2022-03-11 13:25:03 +0100
committerGitHub <[email protected]>2022-03-11 13:25:03 +0100
commit77afcd4831c6cdc139ea69542a2011239d86cd87 (patch)
tree03e521d430f13ea3afa561bb206099f77bee27b2
parent38bb1d6ee8c554da8cdb27158ec19a56fd3fe9d2 (diff)
downloadraylib.com-77afcd4831c6cdc139ea69542a2011239d86cd87.tar.gz
raylib.com-77afcd4831c6cdc139ea69542a2011239d86cd87.zip
Change the link for the Python bindings
The Raylib front page (https://www.raylib.com/) has a link to a set of Python bindings. https://github.com/overdev/raylib-py Although they work fine - they are for version 2.0.0. Is it time to link to Raylib Python instead? https://electronstudio.github.io/raylib-python-cffi/index.html There are no "warnings" at raylib-py repo that an old version is used, so new users of Raylib won't easily see they are using an old version.
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 3dff7e5..1e8dd17 100644
--- a/index.html
+++ b/index.html
@@ -107,7 +107,7 @@
<!--<a href="#"><img src="images/bindings/bind_cpp.png" title="windows" style="margin-right:8px;" alt="cpp raylib binding" width="84" height="84"/></a>-->
<a href="https://github.com/ChrisDill/Raylib-cs" target="_blank"><img class="icon" src="images/bindings/bind_csharp.png" title="raylib-cs" alt="c-sharp raylib binding" width="84" height="84"/></a>
<a href="https://github.com/gen2brain/raylib-go" target="_blank"><img class="icon" src="images/bindings/bind_go.png" title="raylib-go" alt="go raylib binding" width="84" height="84"/></a>
- <a href="https://github.com/overdev/raylib-py" target="_blank"><img class="icon" src="images/bindings/bind_python.png" title="raylib-py" alt="python raylib binding" width="84" height="84"/></a>
+ <a href="https://electronstudio.github.io/raylib-python-cffi/" target="_blank"><img class="icon" src="images/bindings/bind_python.png" title="raylib-py" alt="python raylib binding" width="84" height="84"/></a>
<a href="https://github.com/D3nX/raylib-ruby-ffi" target="_blank"><img class="icon" src="images/bindings/bind_ruby.png" title="raylib-ruby" alt="ruby raylib binding" width="84" height="84"/></a>
<a href="https://github.com/Rabios/raylua" target="_blank"><img class="icon" src="images/bindings/bind_lua.png" title="raylib-lua" alt="lua raylib binding" width="84" height="84"/></a>
<a href="https://github.com/deltaphc/raylib-rs" target="_blank"><img class="icon" src="images/bindings/bind_rust.png" title="raylib-rs" alt="rust raylib binding" width="84" height="84"/></a>