Commit Graph

12 Commits

Author SHA1 Message Date
Juergen Stuber 964c8ae4ab Fix badge link to repository 2023-04-16 22:04:06 +02:00
Juergen Stuber 53b81b791f (cargo-release) start next development iteration 0.1.2-alpha.0 2023-04-16 22:01:11 +02:00
Juergen Stuber 73ba139cad (cargo-release) version 0.1.1 2023-04-16 21:59:52 +02:00
Juergen Stuber c15a1099f2 Update README and CHANGELOG
- Add shields
- Fix typo
- Update changelog
2023-04-16 21:55:51 +02:00
Juergen Stuber 1519a4b957 (cargo-release) start next development iteration 0.1.1-alpha.0 2023-04-16 21:31:40 +02:00
Juergen Stuber 4238f0473c Reduce number of keywords to make crates.io happy 2023-04-16 21:29:10 +02:00
Juergen Stuber ef272b7e46 Add documentation in README and some metadata 2023-04-16 21:18:55 +02:00
Juergen Stuber a6e654f4be Add RGBW support 2023-04-16 20:00:02 +02:00
Juergen Stuber 534ddba827 Receive in a thread to avoid blocking the window event handling 2023-04-16 19:13:11 +02:00
Juergen Stuber 80f8482a95 Allow an arbitrary number of additional arguments 2023-04-16 17:06:35 +02:00
Juergen Stuber 0bfe5f1a12 Remove explicit event handling to fix resize issue 2023-04-11 09:55:56 +02:00
Juergen Stuber ed8abb74e6 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)
2023-04-10 22:51:47 +02:00