com updates
Some checks failed
CI / Native Windows Build And Tests (push) Failing after 4s
CI / React UI Build (push) Successful in 11s
CI / Windows Release Package (push) Has been skipped

This commit is contained in:
2026-05-06 11:41:27 +10:00
parent a526887ff6
commit 02a8a64360
4 changed files with 81 additions and 127 deletions

View File

@@ -125,7 +125,7 @@ Current native test coverage includes:
- JSON parsing and serialization.
- Parameter normalization and preset filename safety.
- Shader manifest parsing and package registry scanning.
- Shader manifest parsing, temporal manifest validation, and package registry scanning.
## Runtime Configuration
@@ -230,14 +230,15 @@ The Gitea workflow expects two act runners:
If your Windows runner stores the Blackmagic SDK outside the repo, configure `GPUDIRECT_DIR` in the runner environment or adjust the workflow configure command to pass `-DGPUDIRECT_DIR=...`.
## Still todo
Audio
improve text rendering
genlock
find a better UI libary
Logs
refactor, cleanup of source files
display URL (Maybe clicakable) for control in the windows app (Not on the output)
Sound shader as seperate .slang in shader package?
runtime date time UTC and offset from PCs internal clock
![alt text](image.png)
## Still Todo
- Audio.
- Improve text rendering.
- Genlock.
- Find a better UI library.
- Logs.
- Continue source cleanup/refactoring.
- Display the control URL in the Windows app, ideally clickable, without rendering it on the video output.
- Support a separate sound shader `.slang` file in shader packages.
- Add runtime date/time uniforms using UTC and the PC's local offset.
![alt text](image.png)