From 0fe7153d673e23a979df26343c87febac4ac271c Mon Sep 17 00:00:00 2001 From: klemek Date: Mon, 10 Nov 2025 19:17:35 +0100 Subject: [PATCH] docs: update README --- DEVELOPMENT.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 3287e54..d751ab4 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -108,17 +108,17 @@ make -f Makefile.dev release-arch - [x] Clean and sort args - [x] `--auto-random` / `--no-auto-random` - [x] Dump failed compilation into tmp file - - [ ] Update readme with usage documentation + - [x] Update readme with usage documentation - [ ] Sample gif in README - [x] Documentation in default config file - [x] Clone "shaders" and config in system path at setup - [ ] Minimal sample shaders - [ ] Hotkey `0` to reset everything - - [ ] Add NanoKontrol setup file + - [x] Add NanoKontrol setup file - [x] Find and fix opengl errors 0500 ? - - [ ] Investigate video device fps loss (bad unregister ?) - - explore libv4l directly [github](https://github.com/philips/libv4l) (with `-lv4l2`) - [ ] Bonus - [ ] Record show as text files - [ ] Play from record text file - - [ ] Try to write NanoKontrol config \ No newline at end of file + - [ ] Try to write NanoKontrol config + - [ ] Investigate video device fps loss (bad unregister ?) + - explore libv4l directly [github](https://github.com/philips/libv4l) (with `-lv4l2`) \ No newline at end of file