summaryrefslogtreecommitdiffstats
path: root/virtual-programs/display/circle.folk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* circle: Add layer support. Is this ugly?Omar Rizwan2024-05-021-1/+3
|
* fill,shapes,circle,connections: Breaking: Fix shapesOmar Rizwan2023-10-131-2/+2
| | | | | Shapes all now work by wishes; connections has been ported to use these wishes.
* dict getdef -> dict_getdef. Much, much fasterOmar Rizwan2023-10-061-2/+2
|
* display: WIP: Refactor into files; use wishes, not Display::Omar Rizwan2023-10-061-0/+31
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).