Initial version

Works for the pixelfoo apps.

Limitations:
- Resizing the window is buggy.
- The frame rate argument has no effect.
- The update and render event logic should be reworked.
- Supports only single file executables, not interpreters with args
  (e.g. running an app as "python3 app.py" is not supported)
- Supports only RGB, not RGBW (yet)
This commit is contained in:
Juergen Stuber
2023-04-10 22:51:47 +02:00
commit ed8abb74e6
8 changed files with 2298 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/target
*~
tarpaulin-report.html