From d19ae0a6b633a7fc17b010ec53c1b61c2011bc58 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 26 Jun 2018 01:15:54 +0200 Subject: Features tweak --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a388c93..da86b5d 100644 --- a/index.html +++ b/index.html @@ -98,6 +98,8 @@ raylib features
+ - NO external dependencies, all required libraries included with raylib
+ - Multiple platforms supported: Windows, Linux, MacOS, Android... and many more!
- Written in plain C code (C99) in PascalCase/camelCase notation
- Hardware accelerated with OpenGL (1.1, 2.1, 3.3 or ES 2.0)
- Unique OpenGL abstraction layer (usable as standalone module): [rlgl]
@@ -108,10 +110,8 @@ - Shaders support, including Model shaders and Postprocessing shaders
- Powerful math module for Vector, Matrix and Quaternion operations: [raymath]
- Audio loading and playing with streaming support (WAV, OGG, MP3, FLAC, XM, MOD)
- - Multiple platforms support: Windows, Linux, Mac, Android, Raspberry Pi and HTML5
- VR stereo rendering support with configurable HMD device parameters
- - Minimal external dependencies (GLFW3, OpenGL, OpenAL)
- - Complete bindings to Lua (raylib-lua) and Go (raylib-go).
+ - Bindings to Lua (raylib-lua), Go (raylib-go) and more!.

raylib architechture -- cgit v1.2.3