summaryrefslogtreecommitdiffstats
path: root/virtual-programs/display/text.folk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* display/text: Add layer supportOmar Rizwan2024-05-031-1/+2
|
* text: Make radians optionalOmar Rizwan2024-04-101-1/+1
|
* Fix logicNaveen Michaud-Agrawal2023-11-221-1/+1
|
* Fix top anchoringNaveen Michaud-Agrawal2023-11-221-0/+3
|
* Support arbitrary anchor within text extentNaveen Michaud-Agrawal2023-11-221-36/+14
|
* API improvementsNaveen Michaud-Agrawal2023-11-211-14/+21
|
* fixupNaveen Michaud-Agrawal2023-11-171-1/+1
|
* Change the text api slightly to use position instead of centerNaveen Michaud-Agrawal2023-11-171-1/+4
|
* Add vertical alignmentNaveen Michaud-Agrawal2023-11-171-7/+27
|
* Add horizontal text alignmentNaveen Michaud-Agrawal2023-11-171-5/+26
|
* Use smoothstep for text renderingNaveen Michaud-Agrawal2023-11-151-6/+10
|
* text: Try using Tcl objects in text shaping to prevent conversionOmar Rizwan2023-10-251-38/+33
| | | | Still slow (20fps for program list)
* text: Do text shaping in COmar Rizwan2023-10-251-74/+110
|
* text: Simplify loopOmar Rizwan2023-10-231-2/+1
|
* text: Restore font supportOmar Rizwan2023-10-131-4/+20
|
* image: WIP: Images are starting to work.Omar Rizwan2023-10-121-0/+1
|
* display: Error on Display:: calls; implement titles with wishOmar Rizwan2023-10-121-2/+6
|
* text: Batch glyphs into one wish -- fixes performance.Omar Rizwan2023-10-121-1/+6
|
* text: Draw with wish; stops the blinking bug.Omar Rizwan2023-10-091-4/+5
| | | | | (because now, the text draws every frame, instead of just when it happens to change.)
* dict getdef -> dict_getdef. Much, much fasterOmar Rizwan2023-10-061-1/+1
|
* display/text: Write glyphs straight to displaylist. Hack, but fasterOmar Rizwan2023-10-061-8/+8
|
* display: WIP: Refactor into files; use wishes, not Display::Omar Rizwan2023-10-061-0/+150
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).