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