diff options
| author | Ray <[email protected]> | 2024-09-08 20:21:00 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-09-08 20:21:00 +0200 |
| commit | 42f8a824eb61812eefb584c81a0078643ef47da1 (patch) | |
| tree | 162bce3a42c7b3fa55c2c1f4e6861dc7614ff73d /index.html | |
| parent | c59d9c6e07c0621d82d063b791023894c2b394b5 (diff) | |
| download | raylib.com-42f8a824eb61812eefb584c81a0078643ef47da1.tar.gz raylib.com-42f8a824eb61812eefb584c81a0078643ef47da1.zip | |
ADDED: Promotional video!
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 34 |
1 files changed, 19 insertions, 15 deletions
@@ -69,11 +69,30 @@ <div class="content"> <h1>raylib is a simple and easy-to-use library to enjoy videogames programming.</h1> <br> + <iframe width="840" height="472" src="https://www.youtube.com/embed/GdlGE-eDlzg?si=CCFNbsNxQkpWWoN1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> + <br> + <br> + <h1>get the raylib Windows Installer to install raylib in seconds:</h1> <br> <div id="itchioframe"><iframe frameborder="0" src="https://itch.io/embed/85331?bg_color=f5f5f5" width="640" height="170"></iframe></div> <br> <p><strong>NOTE for ADVENTURERS:</strong> raylib is a programming library to enjoy videogames programming; no fancy interface, no visual helpers, no gui tools or editors... just coding in pure spartan-programmers way. Are you ready to enjoy coding?</p> <br> + <h2 id="contributions"><a class="anchor-link" href="#contributions"></a>support raylib project!</h2> + <br> + <p>If you enjoy raylib and want to help, consider supporting the project with a donation! Thank you very much! ❤️</p> + <br> + <div style="display: flex;"> + <div id="bindings" style="margin: 0 auto;"> + <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=JB5CMEX9HXFKY¤cy_code=EUR&source=url" target="_blank"><img class="icon" src="images/contribute/paypal.png" title="PayPal" alt="PayPal donation" width="84" height="84"/></a> + <a href="https://github.com/sponsors/raysan5" target="_blank"><img class="icon" src="images/contribute/github.png" title="GitHub" alt="raylib GitHub Sponsors" width="84" height="84"/></a> + <a href="https://www.patreon.com/raylib" target="_blank"><img class="icon" src="images/contribute/patreon.png" title="Patreon" alt="Patreon contributor" width="84" height="84"/></a> + <a href="https://ko-fi.com/raysan" target="_blank"><img class="icon" src="images/contribute/kofi.png" title="Ko-fi" alt="Ko-fi donation" width="84" height="84"/></a> + <a href="https://raysan5.itch.io/raylib" target="_blank"><img class="icon" src="images/contribute/itchio.png" title="itch.io" alt="raylib on itch.io" width="84" height="84"/></a> + <a href="https://www.redbubble.com/shop/ap/78130012" target="_blank"><img class="icon" src="images/contribute/redbubble.png" title="redbubble" alt="raylib on redbubble" width="84" height="84"/></a> + </div> + </div> + <br> <h2 id="learning-resources"><a class="anchor-link" href="#learning-resources"></a>raylib learning resources</h2> <br> <p>raylib does not provide the typical API documentation or a big set of tutorials. The library is designed to be minimalistic and be learned just from a cheatsheet with all required functionality and a big collection of examples to see how to use that functionality. <strong>Best way to learn to code is reading code.</strong></p> @@ -197,21 +216,6 @@ </div> </div> <br> - <h2 id="contributions"><a class="anchor-link" href="#contributions"></a>raylib contributions</h2> - <br> - <p>I'm working hard on raylib but my resources are limited. If you enjoy raylib and want to help, consider a small donation or contributing to the project on GitHub. Thanks!</p> - <br> - <div style="display: flex;"> - <div id="bindings" style="margin: 0 auto;"> - <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=JB5CMEX9HXFKY¤cy_code=EUR&source=url" target="_blank"><img class="icon" src="images/contribute/paypal.png" title="PayPal" alt="PayPal donation" width="84" height="84"/></a> - <a href="https://github.com/sponsors/raysan5" target="_blank"><img class="icon" src="images/contribute/github.png" title="GitHub" alt="raylib GitHub Sponsors" width="84" height="84"/></a> - <a href="https://www.patreon.com/raylib" target="_blank"><img class="icon" src="images/contribute/patreon.png" title="Patreon" alt="Patreon contributor" width="84" height="84"/></a> - <a href="https://ko-fi.com/raysan" target="_blank"><img class="icon" src="images/contribute/kofi.png" title="Ko-fi" alt="Ko-fi donation" width="84" height="84"/></a> - <a href="https://raysan5.itch.io/raylib" target="_blank"><img class="icon" src="images/contribute/itchio.png" title="itch.io" alt="raylib on itch.io" width="84" height="84"/></a> - <a href="https://www.redbubble.com/shop/ap/78130012" target="_blank"><img class="icon" src="images/contribute/redbubble.png" title="redbubble" alt="raylib on redbubble" width="84" height="84"/></a> - </div> - </div> - <br> <h2 id="features"><a class="anchor-link" href="#features"></a>raylib features</h2> <br> <ul> |
