diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 54 |
1 files changed, 53 insertions, 1 deletions
@@ -46,6 +46,15 @@ window._fbq.push(['track', '6023277399201', {'value':'0.00','currency':'EUR'}]); </script> <noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?ev=6023277399201&cd[value]=0.00&cd[currency]=EUR&noscript=1" /></noscript> + <style> + img { + background: none; + transition: all .3s linear; + } + img:hover { + background: #eaeaea; + } + </style> </head> <body> @@ -91,9 +100,52 @@ <br> <strong>raylib supported platforms</strong> <br> - <a href="images/raylib_platforms.png"><img src="images/raylib_platforms.png" alt="raylib platforms" width="840"/></a> <p>raylib supports multiple target platforms, it has been tested in the following platforms but, technically, any platform that supports C language and OpenGL graphics is valid for raylib or can be very easily ported to.</p> <br> + <p style="text-align: center"> + <strong>_________________________ desktop _________________________</strong> + </p> + <br> + <div style="display: flex;"> + <div style="margin: 0 auto;"> + <img src="images/platforms/windows.png" title="windows" style="margin-right:8px;" alt="windows platform" width="84" height="84"/> + <img src="images/platforms/linux.png" title="linux" style="margin-right:8px;" alt="linux platform" width="84" height="84"/> + <img src="images/platforms/macos.png" title="macos" style="margin-right:8px;" alt="macos platform" width="84" height="84"/> + <img src="images/platforms/freebsd.png" title="freebsd" style="margin-right:8px;" alt="freebsd platform" width="84" height="84"/> + <img src="images/platforms/rpi_desktop.png" title="raspberry pi desktop" style="margin-right:8px;" alt="raspberrypi desktop platform" width="84" height="84"/> + </div> + </div> + <br> + <p style="text-align: center"> + <strong>__________________ mobile & misc devices __________________</strong> + </p> + <br> + <div style="display: flex;"> + <div style="margin: 0 auto;"> + <img src="images/platforms/android.png" title="android" style="margin-right:8px;" alt="android platform" width="84" height="84"/> + <img src="images/platforms/html5.png" title="html5 (web)" style="margin-right:8px;" alt="html5 platform" width="84" height="84"/> + <img src="images/platforms/rpi_native.png" title="raspberry pi" style="margin-right:8px;" alt="raspberrypi platform" width="84" height="84"/> + </div> + </div> + <br> + <strong>raylib language bindings</strong> + <br> + <p>You can code using raylib in multiple languages! Some raylib users have created raylib bindings to multiple languages. Here's a list of the bindings I'm aware of</p> + <br> + <div style="display: flex;"> + <div style="margin: 0 auto;"> + <!--<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 src="images/bindings/bind_csharp.png" style="margin-right:8px;" alt="c-sharp raylib binding" width="84" height="84"/></a> + <a href="https://github.com/overdev/raylib-py" target="_blank"><img src="images/bindings/bind_python.png" style="margin-right:8px;" alt="python raylib binding" width="84" height="84"/></a> + <a href="https://github.com/drezgames/raylib-pascal" target="_blank"><img src="images/bindings/bind_pascal.png" style="margin-right:8px;" alt="pascal raylib binding" width="84" height="84"/></a> + <a href="https://github.com/D3nX/raylib-ruby-ffi" target="_blank"><img src="images/bindings/bind_ruby.png" style="margin-right:8px;" alt="ruby raylib binding" width="84" height="84"/></a> + <a href="https://github.com/XoanaIO/raylib-java" target="_blank"><img src="images/bindings/bind_java.png" style="margin-right:8px;" alt="java raylib binding" width="84" height="84"/></a> + <a href="https://github.com/raysan5/raylib-lua" target="_blank"><img src="images/bindings/bind_lua.png" style="margin-right:8px;" alt="lua raylib binding" width="84" height="84"/></a> + <a href="https://github.com/gen2brain/raylib-go" target="_blank"><img src="images/bindings/bind_go.png" style="margin-right:8px;" alt="go raylib binding" width="84" height="84"/></a> + ... [<a href="https://github.com/raysan5/raylib/blob/master/CONTRIBUTING.md#raylib-bindings" target="_blank" class="simplelink">more</a>] + </div> + </div> + <br> <strong>raylib features</strong> <br> <div class="list"> |
