From 4d984d1e280397879d3d577d2e7ff94e8eeb1338 Mon Sep 17 00:00:00 2001 From: klemek Date: Wed, 12 Nov 2025 23:31:55 +0100 Subject: [PATCH] docs: update README and DEVELOPMENT --- DEVELOPMENT.md | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index b26d19b..dc7f9c0 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -117,9 +117,12 @@ make -f Makefile.dev release-arch - [x] Printable PDF of default scr/fx - [x] Add NanoKontrol setup file - [x] Find and fix opengl errors 0500 ? -- [ ] Bonus +- [ ] Improvements - [ ] Record show as text files - [ ] Play from record text file + - [ ] Key codes as inputs + - [ ] Mouse position and scroll as inputs +- [ ] Fixes - [ ] 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 diff --git a/README.md b/README.md index 5a38788..f842315 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Here are some pointers if you want to customize your FORGE experience: ![FORGE concept schema](./docs/forge.drawio.png) -FORGE is an engine rendering a project into visuals. +FORGE is an graphical engine rendering a project into visuals. Using OpenGL GLSL language, it talks to your graphic card to generate layers of textures defined by the fragment shaders and outputs it to your screen.