summaryrefslogtreecommitdiffstats
path: root/virtual-programs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge pull request #80 from FolkComputer/arcade/error-highlightingOmar Rizwan2023-09-112-0/+38
| | |\ \
| | | * | errors: Simplify blink expr, speed up blinkOmar Rizwan2023-09-111-1/+1
| | | * | Add footnote and use region funtions to determine placementNaveen Michaud-Agrawal2023-09-101-12/+16
| | | * | visual errors!Arcade Wise2023-09-092-0/+34
| | | |/
| | * | png: Fix RGBA PNGsOmar Rizwan2023-09-111-1/+15
| | * | add saving to pngArcade Wise2023-09-101-4/+36
| | * | Add png rendering!Arcade Wise2023-09-101-1/+58
| | |/
| * | Begin rewriting shapes to correctly use centroid-relative positioningAndrés Cuervo2023-09-041-1/+8
* | | Always cast swapChainBuffers and pushConstants, fix MacOS lib linkingAndrés Cuervo2023-09-121-0/+3
* | | WIP: Images starting to workOmar Rizwan2023-09-111-0/+21
* | | WIP: Working on images. Can't set up during draw, need to refactorOmar Rizwan2023-09-081-1/+1
| |/ |/|
* | Some peering cleanup (receive before Step); build in FPS countingOmar Rizwan2023-09-062-18/+4
* | terminal: lambda -> bodyOmar Rizwan2023-09-061-3/+3
* | A more reactive terminalZach Potter2023-09-041-16/+73
* | Proper escaping of keyboard keys; change esc-restart modifiersZach Potter2023-09-041-3/+3
|/
* Use ::Display instead of Display for safetyOmar Rizwan2023-09-031-9/+9
* Merge pull request #72 from FolkComputer/haip/warp-imageAndrés Cuervo2023-08-311-0/+26
|\
| * add warp image functionJacob Haip2023-08-261-0/+26
* | Merge pull request #71 from FolkComputer/zspotter/terminal-and-keysAndrés Cuervo2023-08-312-4/+31
|\ \ | |/ |/|
| * Fix esc-restart programAndrés Cuervo2023-08-311-4/+2
| * cleanup and todosZach Potter2023-08-251-13/+14
| * multiple terminal instancesZach Potter2023-08-221-13/+15
| * Move virtual terminal to lib/terminal.tclZach Potter2023-08-221-153/+9
| * Rework keyboard and implement global terminalZach Potter2023-08-211-0/+170
* | Left whisker color, red -> goldAndrés Cuervo2023-08-241-1/+1
|/
* Factor out image loadOmar Rizwan2023-08-171-20/+28
* Skip already-existing filesOmar Rizwan2023-08-171-0/+4
* Support getting images from internet, caching themOmar Rizwan2023-08-161-14/+28
* Fix rotation of camera slices (don't use stride)Omar Rizwan2023-08-161-1/+1
* Image display rotation. WIP: Breaks camera sliceOmar Rizwan2023-08-161-1/+1
* Support wish to display images.Omar Rizwan2023-08-161-13/+89
* WIP: Rewrite peering to use shm instead of websocketsOmar Rizwan2023-08-154-4/+8
* Use old positions so tags move 'monotonically'Omar Rizwan2023-08-151-8/+20
* Try to fix collect incrementalOmar Rizwan2023-08-151-1/+2
* apriltags: WIP: First working incremental detectorOmar Rizwan2023-08-151-24/+36
* WIP: Start on incremental detector. Fix stride in AprilTagsOmar Rizwan2023-08-141-32/+75
* More small monitoring improvements. Remote flamegraph tidOmar Rizwan2023-08-141-4/+5
* display: Show render/commit splitOmar Rizwan2023-08-131-3/+3
* Merge remote-tracking branch 'origin/main'Omar Rizwan2023-08-131-1/+1
|\
| * Update global node time to secondsAndrés Cuervo2023-08-131-1/+1
* | Region helperOmar Rizwan2023-08-131-0/+5
|/
* Add clock time for animationOmar Rizwan2023-08-131-0/+3
* Measure display fpsOmar Rizwan2023-08-111-4/+15
* Add timestamps to camera framesOmar Rizwan2023-08-112-16/+56
* Report display timeOmar Rizwan2023-08-111-0/+7
* Move display to virtual programOmar Rizwan2023-08-111-0/+83
* Merge pull request #57 from FolkComputer/haip/mask-tagsAndrés Cuervo2023-08-081-0/+16
|\
| * Merge branch 'main' into haip/mask-tagsAndrés Cuervo2023-07-255-26/+65
| |\
| * | add support for layered drawing and use to mask tagsJacob Haip2023-07-231-0/+16
* | | Semi-configurable camera resolutionOmar Rizwan2023-07-272-99/+110
| |/ |/|