diff options
| author | Ray <[email protected]> | 2018-06-26 01:15:54 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-06-26 01:15:54 +0200 |
| commit | d19ae0a6b633a7fc17b010ec53c1b61c2011bc58 (patch) | |
| tree | 350bb593c654f615dd8f10d26113e97f420cf58c /index.html | |
| parent | e8fd78e374e210a713bf1a3a7873be9b1648d230 (diff) | |
| download | raylib.com-d19ae0a6b633a7fc17b010ec53c1b61c2011bc58.tar.gz raylib.com-d19ae0a6b633a7fc17b010ec53c1b61c2011bc58.zip | |
Features tweak
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -98,6 +98,8 @@ <strong>raylib features</strong> <br> <div class="list"> + - <strong>NO external dependencies</strong>, all required libraries included with raylib<br> + - Multiple platforms supported: <strong>Windows, Linux, MacOS, Android... and many 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 (usable as standalone module): [<a class="simplelink" href="https://github.com/raysan5/raylib/blob/master/src/rlgl.h" target="_blank">rlgl</a>]<br> @@ -108,10 +110,8 @@ - Shaders support, including Model shaders and Postprocessing shaders<br> - <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> - - Multiple platforms support: <strong>Windows, Linux, Mac, Android, Raspberry Pi and HTML5</strong><br> - <strong>VR stereo rendering</strong> support with configurable HMD device parameters<br> - - Minimal external dependencies (GLFW3, OpenGL, OpenAL)<br> - - Complete bindings to Lua (<a class="simplelink" href="https://github.com/raysan5/raylib-lua" target="_blank">raylib-lua</a>) and Go (<a class="simplelink" href="https://github.com/gen2brain/raylib-go" target="_blank">raylib-go</a>).<br> + - Bindings to <strong>Lua</strong> (<a class="simplelink" href="https://github.com/raysan5/raylib-lua" target="_blank">raylib-lua</a>), <strong>Go</strong> (<a class="simplelink" href="https://github.com/gen2brain/raylib-go" target="_blank">raylib-go</a>) and more!.<br> </div> <br> <a href="images/raylib_architecture.png"><img src="images/raylib_architecture.png" alt="raylib architechture" width="800" height="450"/></a> |
