From 9ae34d2c4bdaa8735b4527fde26d3bec78a80499 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 3 Mar 2026 11:13:33 +0100 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index a49cdbfd7..b9392fa66 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -16,10 +16,9 @@ _Current version of raylib is complete and functional but there is always room f **raylib 5.x** - [ ] `rcore`: Support additional platforms: iOS, consoles? - [x] `rcore_web`: Avoid GLFW dependency, functionality can be directly implemented using emscripten SDK - - [ ] `rlgl`: Review GLSL shaders naming conventions for consistency + - [x] `rlgl`: Review GLSL shaders naming conventions for consistency - [ ] `textures`: Improve compressed textures support, loading and saving - - [ ] `rmodels`: Improve 3d objects loading, specially animations (obj, gltf) - - [ ] `raudio`: Implement miniaudio high-level provided features + - [x] `rmodels`: Improve 3d objects loading, specially animations (obj, gltf) - [x] `examples`: Review all examples, add more and better code explanations - [x] Software renderer backend? Maybe using `Image` provided API