diff options
| author | Ray <[email protected]> | 2021-04-23 16:56:05 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-04-23 16:56:05 +0200 |
| commit | ca2d181c90ec8d108dbc6e929a7e06bbe319987e (patch) | |
| tree | 4cc34e559f8ac75fd16c54544c22c3903b2d66bc /index.html | |
| parent | 46a38a97adb4c9b7d2babf131bd4cf3eaba433ff (diff) | |
| download | raylib.com-ca2d181c90ec8d108dbc6e929a7e06bbe319987e.tar.gz raylib.com-ca2d181c90ec8d108dbc6e929a7e06bbe319987e.zip | |
Added awards
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -70,6 +70,17 @@ <br> <p><strong>NOTE for ADVENTURERS:</strong> raylib is a programming library to enjoy videogames programming; no fancy interface, no visual helpers, no auto-debugging... just coding in the most pure spartan-programmers way. Are you ready to learn? <a class="simplelink" href="examples.html" target="_self">Jump to code examples!</a></p> <br> + <strong>raylib awards</strong> + <p>raylib has received several recognitions in the last years and many people has written about the library. Here there are the main awards received from <strong>Google</strong> and <strong>Epic Games</strong>.</p> + <br> + <div style="display: flex;"> + <div id="platforms" style="margin: 0 auto;"> + <a href="https://opensource.googleblog.com/2019/04/google-open-source-peer-bonus-winners.html"><img src="images/Google_Open_Source_2019.png" alt="raylib Epic MegaGrant Recipient - Fall 2020" width="220" /></a> + <a href="https://www.unrealengine.com/en-US/blog/epic-megagrants-fall-2020-update"><img src="images/Epic_MegaGrants_2020.png" alt="raylib Epic MegaGrant Recipient - Fall 2020" width="220" /></a> + <a href="https://opensource.googleblog.com/2021/04/announcing-first-group-of-google-open-source-peer-bonus-winners.html"><img src="images/Google_Open_Source_2021.png" alt="raylib Epic MegaGrant Recipient - Fall 2020" width="220" /></a> + </div> + </div> + <br> <strong>raylib supported platforms</strong> <br> <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> @@ -173,6 +184,9 @@ - Free and open source. Check [<a class="simplelink" href="license.html" target="_blank">LICENSE</a>].<br> </div> <br> + <br> + <strong>raylib architecture</strong> + <p>raylib is a highly modular library. Everything is contained within a small number of well defined, specific and self-contained modules, named accordingly to its primary functionality. Note that some of those modules can be used in <strong>standalone mode</strong>.</p> <a href="images/raylib_architecture_v3.7.png"><img src="images/raylib_architecture_v3.7.png" alt="raylib architecture" width="800" /></a> <br> </div> |
