summaryrefslogtreecommitdiffstats
path: root/virtual-programs/display/fill.folk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fill,shapes,circle,connections: Breaking: Fix shapesOmar Rizwan2023-10-131-3/+8
| | | | | Shapes all now work by wishes; connections has been ported to use these wishes.
* fill: Fix quad fill (& mask-tags)Omar Rizwan2023-10-131-1/+1
|
* display,mask-tags,fill: Add layer supportOmar Rizwan2023-10-131-2/+2
| | | | Only implemented minimum for mask-tags for now.
* display: WIP: Refactor into files; use wishes, not Display::Omar Rizwan2023-10-061-0/+46
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).