From 3f42a8735ebdf6e4abcb2feac4df6897c47b55e4 Mon Sep 17 00:00:00 2001 From: klemek Date: Sat, 13 Sep 2025 18:30:43 +0200 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 248ad4d..5e8ad70 100644 --- a/README.md +++ b/README.md @@ -86,18 +86,18 @@ make -f Makefile.dev release-arch ## Roadmap -- [ ] Basics +- [x] Basics - [x] Create GLSL Window - [x] Load static fragment shader into GLSL - [x] Add default uniforms - [x] Read fragment shader from file - - [ ] Handle compilation errors + - [x] Handle compilation errors - [x] Minimal working fragment sample - [x] Hot-reload fragment shader (with arg) - [x] Specify fragment shader path - [x] Force fullscreen - [x] Select screen as argument / config - - [ ] Clean code + - [x] Clean code - [ ] Multi-stage shaders - [ ] Test 2 stages with render to texture - [ ] 2 in 2 fx 1 mix 1 fx layout