summaryrefslogtreecommitdiffstats
path: root/virtual-programs/archive (follow)
Commit message (Collapse)AuthorAgeFilesLines
* display: WIP: Refactor into files; use wishes, not Display::Omar Rizwan2023-10-069-104/+0
| | | | | | | | Expose shader stuff to user programs for the first time. Mostly works, but display thread and main thread run much slower (28fps display, 70fps main). Also introduce dict getwithdefault (helpful for rest options).
* Add log.folk example.Omar Rizwan2023-09-141-0/+13
|
* Make metrics non-reactive + put recollect before unmatchOmar Rizwan2023-09-141-4/+4
| | | | | We'll take the interim states for now to avoid having to recreate all tags.
* New metricsOmar Rizwan2023-07-011-7/+10
|
* Remove filename stuff, clean out some archive programsOmar Rizwan2023-06-146-48/+0
|
* Remove some nested WhensAndrés Cuervo2023-05-114-36/+28
|
* Make archived metrics use root Camera namespaceOmar Rizwan2023-02-101-2/+2
|
* Archive test, add back imagesAndrés Cuervo2023-02-091-0/+13
|
* Add programsOmar Rizwan2022-11-202-1/+3
|
* Archive some virtual programs that we already printedOmar Rizwan2022-11-193-4/+47
|
* Archive CPS-clock.folkOmar Rizwan2022-11-141-0/+12
|
* Archive metrics.folkOmar Rizwan2022-11-071-0/+14
|
* Move to using regions and outliningOmar Rizwan2022-11-071-0/+10
| | | | instead of axis-aligned rectangles and highlighting
* improve calibration overlay program; add multiline label supportOmar Rizwan2022-07-281-3/+7
|
* calibration overlaysOmar Rizwan2022-07-221-8/+14
|
* move programs/ -> virtual-programs/ in prep for printable programsOmar Rizwan2022-07-203-0/+40
start working on print i guess