diff options
| -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> |
