diff options
| author | Jens Axel Søgaard <[email protected]> | 2022-03-11 13:25:03 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-11 13:25:03 +0100 |
| commit | 77afcd4831c6cdc139ea69542a2011239d86cd87 (patch) | |
| tree | 03e521d430f13ea3afa561bb206099f77bee27b2 /index.html | |
| parent | 38bb1d6ee8c554da8cdb27158ec19a56fd3fe9d2 (diff) | |
| download | raylib.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.
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
