diff options
| author | raysan5 <[email protected]> | 2020-12-24 15:48:59 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-12-24 15:48:59 +0100 |
| commit | 393f1b9566c2efcf68ce2a4e4349a90184ce8a44 (patch) | |
| tree | ad0c16bd0c72c06c738a1a79105990d0866675d2 | |
| parent | 99ad0d8b810b3d347c98ed7918765037619344fe (diff) | |
| download | raylib.com-393f1b9566c2efcf68ce2a4e4349a90184ce8a44.tar.gz raylib.com-393f1b9566c2efcf68ce2a4e4349a90184ce8a44.zip | |
Update index.html
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -155,7 +155,7 @@ <br> <div class="list"> - <strong>NO external dependencies</strong>, all required libraries included with raylib<br> - - Multiplatform: <strong>Windows, Linux, MacOS, Android, HTML5... and more!</strong><br> + - Multiplatform: <strong>Windows, Linux, MacOS, RPI, Android, HTML5... and more!</strong><br> - Written in plain C code (C99) in PascalCase/camelCase notation<br> - Hardware accelerated with OpenGL (<strong>1.1, 2.1, 3.3 or ES 2.0</strong>)<br> - <strong>Unique OpenGL abstraction</strong> layer: <a class="simplelink" href="https://github.com/raysan5/raylib/blob/master/src/rlgl.h" target="_blank">rlgl</a><br> @@ -168,8 +168,8 @@ - <strong>Powerful math module</strong> for Vector, Matrix and Quaternion operations: <a class="simplelink" href="https://github.com/raysan5/raylib/blob/master/src/raymath.h" target="_blank">raymath</a><br> - Audio loading and playing with streaming support (WAV, OGG, MP3, FLAC, XM, MOD)<br> - <strong>VR stereo rendering</strong> support with configurable HMD device parameters<br> - - Huge examples collection with <a class="simplelink" href="examples.html" target="_blank">+115 code examples</a>!<br> - - Bindings to <a class="simplelink" href="https://github.com/raysan5/raylib/blob/master/BINDINGS.md" target="_blank">+40 programming languages</a>!<br> + - Huge examples collection with <a class="simplelink" href="examples.html" target="_blank">+120 code examples</a>!<br> + - Bindings to <a class="simplelink" href="https://github.com/raysan5/raylib/blob/master/BINDINGS.md" target="_blank">+50 programming languages</a>!<br> - Free and open source. Check [<a class="simplelink" href="license.html" target="_blank">LICENSE</a>].<br> </div> <br> |
