From d81eba25b0adaaaddb9de3f95b897ccf88cd7eb8 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 27 May 2019 16:11:22 +0200 Subject: Update to raylib 2.5 --- images/raylib_architecture_v2.5.png | Bin 0 -> 56061 bytes index.html | 14 ++++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 images/raylib_architecture_v2.5.png diff --git a/images/raylib_architecture_v2.5.png b/images/raylib_architecture_v2.5.png new file mode 100644 index 0000000..c69eb32 Binary files /dev/null and b/images/raylib_architecture_v2.5.png differ diff --git a/index.html b/index.html index f3426b7..07944a6 100644 --- a/index.html +++ b/index.html @@ -142,20 +142,22 @@ - Multiplatform: Windows, Linux, MacOS, Android, HTML5... and 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: [rlgl]
- - Powerful Fonts module (XNA SpriteFonts, BMfonts, TTF, SDF)
+ - Unique OpenGL abstraction layer: rlgl
+ - Powerful Fonts module (XNA SpriteFonts, BMfonts, TTF, SDF)
- Outstanding texture formats support, including compressed formats (DXT, ETC, ASTC)
- Full 3d support for 3d Shapes, Models, Billboards, Heightmaps and more!
- Flexible Materials system, supporting classic maps and PBR maps
- - Shaders support, including Model shaders and Postprocessing shaders
- - Skeletal animated models support (IQM)
- - Powerful math module for Vector, Matrix and Quaternion operations: [raymath]
+ - Animated 3d models supported (skeletal bones animation)
+ - 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)
- VR stereo rendering support with configurable HMD device parameters
+ - Huge examples collection with +95 code examples! + - Bindings to +25 programming languages! - Free and open source. Check [LICENSE].

- raylib architechture + raylib architechture
-- cgit v1.2.3