summaryrefslogtreecommitdiffstats
path: root/user-programs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Folk programs for charles' folkCharles Chamberlain2023-10-162-0/+25
|
* Simplify web-imageOmar Rizwan2023-08-151-84/+2
|
* fix laser region camera codeJacob Haip2023-07-075-166/+45
| | | | this is a nice simplification now that Camera.folk is around
* Introduce fork-zygote process system.Omar Rizwan2023-06-181-1/+1
| | | | | | | | | | | | | | Also refactors/separates ::nodename to be ::thisNode (this computer) and ::thisProcess (this OS process). All tests should pass. Zygote-based processes are much faster to start up since they don't need to recompile C code or reload Folk. They still need to connect to Folk via WebSocket for now, and the automatic management we'd want (bidirectional, based on both match lifetime and process lifetime) isn't working yet. Some of the node vs. process distinction in naming still needs to be cleaned up, too, I think.
* Fix web-image.folkOmar Rizwan2023-06-021-2/+2
|
* move laser pi to my user-programs folderJacob Haip2023-05-071-0/+161
|
* copy spotify to haippi7 and add playing spotify from region demoJacob Haip2023-04-283-0/+296
|
* save laser-region-manager.folk and highlight-laser-region.folkJacob Haip2023-04-272-0/+180
|
* remove commentsJacob Haip2023-04-241-2/+0
|
* move laser folk programs to lamp's folderJacob Haip2023-04-243-1/+7
|
* add program to see threshold laser image and visualize detected blobsJacob Haip2023-04-231-0/+77
|
* add web endpoint that serves frame as jpeg imageJacob Haip2023-04-221-0/+96
|
* save @cwervo 's web cursor demo to my archiveJacob Haip2023-03-241-0/+48
|
* Some cleanup of unneeded returns/variable use in webOmar Rizwan2023-03-241-5/+5
|
* rework web wish to be return-value-orientedJacob Haip2023-03-241-14/+15
|
* move new-program-web-editor to virtual-programsJacob Haip2023-03-231-177/+0
|
* move web editors to their own programsJacob Haip2023-03-231-0/+177
|
* support raw HTTP responsesJacob Haip2023-03-231-0/+4
| | | | for example, to support redirects
* update example serializing environment into web responseJacob Haip2023-03-221-5/+8
|
* initial tests of wishes to create web endpointsJacob Haip2023-03-221-0/+20
|
* move spotify to folk-haip folderJacob Haip2023-02-251-0/+281