summaryrefslogtreecommitdiffstats
path: root/virtual-programs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add watchdog that restarts Folk service if heartbeat takes too longOmar Rizwan2023-02-091-0/+24
|
* Camera: Direct decompress to grayscale from the camera JPEG.Omar Rizwan2023-02-072-0/+4
| | | | | | | | | | | | | | | | This produces a sort of terrifying performance improvement for the Camera subsystem (~30% faster on Pi 4 720p). Also (for now) heap-allocate a fresh image buffer for each camera frame -- a little gross but seems to work ok. It will probablycause new reactions on each camera frame, though, since pointers will now churn. (This is probably actually the right behavior.) Also temporarily disable camera-slice and images virtual programs, which I haven't tested yet. Calibration and Camera.tcl demo are tested and working here, though, at least on the Pi 4.
* Disable keyboard by default so we don't get all those outlinesOmar Rizwan2023-02-031-0/+1
|
* Fix with-all to support claim shorthand. Fixes testOmar Rizwan2023-02-031-1/+2
|
* Add kiss fft reference, remove im from virtual programsAndrés Cuervo2023-02-021-44/+0
|
* Silence im & camera virtual programs, add keyboard prototypeAndrés Cuervo2023-01-304-12/+36
|
* with-all: give up and just do a trie scan for nowOmar Rizwan2023-01-301-21/+3
|
* Guard destructor bc outer/inner execution order is not definedOmar Rizwan2023-01-291-1/+5
|
* Clean up Do matchId handling (does this fix a bug?)Omar Rizwan2023-01-291-5/+2
|
* Use `When when` to collect matchesOmar Rizwan2023-01-292-2/+1
|
* Add /page/ & /page/.pdf endpointsAndrés Cuervo2023-01-281-1/+1
|
* Fix with-all with new global ::matchIdOmar Rizwan2023-01-261-9/+7
| | | | | | | | | Fixes https://discord.com/channels/956758212152025098/1055633077323436103/1067636369263956028, I think Rename `On convergence` to `Before convergence`. Support fake lexical scope in `Before convergence`.
* Add (kludgy) outline thicknessAndrés Cuervo2023-01-262-6/+18
|
* Add folk-cwervo, update fillRect, testbed -> testAndrés Cuervo2023-01-253-7/+16
|
* More thread work. Make matchId a global -- hopefully improves perf.Omar Rizwan2023-01-241-1/+1
|
* Finish colors play, add colors to Display.tclAndrés Cuervo2023-01-211-1/+1
|
* Add niceties to README, update colors playAndrés Cuervo2023-01-211-0/+5
|
* Minor changes for Hex table -- wifi, music note, print colorsOmar Rizwan2023-01-172-5/+4
|
* Guard music virtual program if no sclangOmar Rizwan2023-01-171-0/+1
|
* Fix line printingOmar Rizwan2023-01-171-3/+4
|
* Do not overwrite programsOmar Rizwan2023-01-171-0/+3
|
* Initialize folk-printed-programsOmar Rizwan2023-01-171-9/+14
|
* Line numbers including for linewrappingOmar Rizwan2023-01-171-14/+19
|
* Basic line wrappingOmar Rizwan2023-01-171-2/+15
|
* Fix up music startup programIan Clester2023-01-161-4/+3
|
* Start on index card support (WIP, back doesn't work yet(?))Omar Rizwan2023-01-161-19/+70
|
* Clean up back codeOmar Rizwan2023-01-161-43/+11
|
* Print backOmar Rizwan2023-01-161-1/+48
|
* temp disable music, make some name fixesOmar Rizwan2023-01-161-12/+15
|
* Setup JACK/SuperCollider/Tidal on startup (wip)Ian Clester2023-01-151-0/+128
|
* fix code lookiupOmar Rizwan2023-01-151-1/+1
|
* remove printed-programs from repo, use ~/folk-printed-programsOmar Rizwan2023-01-152-7/+7
|
* Some stuff -- cleanup unix commands, no default green outlineOmar Rizwan2023-01-142-1/+3
|
* Table/program fixes(?) for new scope stuffOmar Rizwan2022-12-281-0/+1
|
* Fixup tags-and-calibration in hacky way for stricter scopingOmar Rizwan2022-12-231-4/+4
|
* Hacks to fix obvious errors in im.folk w new scopingOmar Rizwan2022-12-231-1/+2
|
* Clean up laptop/my-laptop-detection conditionsOmar Rizwan2022-12-233-3/+5
|
* pi/critclUtils.tcl -> pi/cUtils.tclOmar Rizwan2022-12-221-1/+1
|
* Add 96 - 98 & update im.folkAndrés Cuervo2022-12-191-16/+10
|
* add imAndrés Cuervo2022-12-192-2/+55
|
* Add camera-sliceAndrés Cuervo2022-12-181-0/+9
|
* some of the earlier messing w imagesOmar Rizwan2022-12-171-4/+3
|
* images.folkOmar Rizwan2022-12-161-0/+36
|
* Update label to append downward, add keylog dictAndrés Cuervo2022-12-162-2/+5
|
* Delete useless WIP stuff. Disable neighbor viz for nowOmar Rizwan2022-12-161-6/+5
|
* Add keypressing programAndrés Cuervo2022-12-151-0/+5
|
* Actually fix collected matches (incl disposal of old labels)Omar Rizwan2022-12-151-8/+11
| | | | Use step count + end-of-convergence hook technique
* Fix finalization of collected matchesOmar Rizwan2022-12-151-1/+1
|
* Multilabel????Omar Rizwan2022-12-152-12/+42
|
* Add one-line intersect inspectorAndrés Cuervo2022-12-131-0/+35
|