diff options
| author | raysan5 <[email protected]> | 2017-10-23 01:11:20 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2017-10-23 01:11:20 +0200 |
| commit | b5a254452af9acaea801fafa50253f96893e246e (patch) | |
| tree | d3f6cc30b07542b245a20cf85df2fea58f5d107e | |
| parent | a29365ff2a4e597bf6cb046ea6d51bfa09e1df42 (diff) | |
| download | raylib.com-b5a254452af9acaea801fafa50253f96893e246e.tar.gz raylib.com-b5a254452af9acaea801fafa50253f96893e246e.zip | |
Improved features list
| -rw-r--r-- | index.html | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -95,16 +95,16 @@ <div class="list"> - 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> - - Unique OpenGL abstraction layer (usable as standalone module): [<a class="simplelink" href="https://github.com/raysan5/raylib/blob/master/src/rlgl.h" target="_blank">rlgl</a>]<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> - Powerful fonts module with SpriteFonts support (XNA fonts, AngelCode fonts, TTF)<br> - Outstanding texture formats support, including compressed formats (DXT, ETC, ASTC)<br> - - Basic 3d support for Geometrics, Models, Billboards, Heightmaps ann Cubicmaps <br> - - Flexible Materials system, supporting classic maps and PBR maps<br> + - <strong>Full 3d support</strong> for 3d Shapes, Models, Billboards, Heightmaps and more! <br> + - Flexible Materials system, supporting classic maps and <strong>PBR maps</strong><br> - Shaders support, including Model shaders and Postprocessing shaders<br> - - Powerful math module 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> + - <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, FLAC, XM, MOD)<br> - - Multiple platforms support: Windows, Linux, Mac, Android, Raspberry Pi and HTML5<br> - - VR stereo rendering support with configurable HMD device parameters<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> </div> |
