- Basic 3d support for Geometrics, Models, Billboards, Heightmaps ann Cubicmaps <br>
- Flexible Materials system, supporting by default diffuse, normal and specular maps<br>
- Flexible Materials system, supporting classic maps and PBR maps<br>
- Shaders support, including Model shaders and Postprocessing shaders<br>
- Powerful math module for Vector, Matrix and Quaternion operations: [<aclass="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>
- Custom color palette for fancy visuals on raywhite background<br>
- Complete bindings to Lua (<aclass="simplelink"href="https://github.com/raysan5/raylib-lua"target="_blank">raylib-lua</a>) and Go (<aclass="simplelink"href="https://github.com/gen2brain/raylib-go"target="_blank">raylib-go</a>).<br>