| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fu: keyboardsol | s-ol | 2024-05-20 | 5 | -117/+100 |
| | | |||||
| * | wip: Statement-based printer configuration | s-ol | 2024-05-19 | 6 | -64/+94 |
| | | |||||
| * | early keymap support | s-ol | 2024-05-18 | 1 | -7/+6 |
| | | |||||
| * | dirty apriltag fix | s-ol | 2024-05-18 | 1 | -4/+4 |
| | | |||||
| * | Merge pull request #139 from FolkComputer/osnr/cleanup | Omar Rizwan | 2024-05-16 | 6 | -15/+1973 |
| |\ | | | | | Cleanup (remove pi/ & play/ & laptop.tcl, mostly inline into virtual-programs/) | ||||
| | * | Finish refactor (GPU, util libs). Remove laptop.tcl. Fix calibrate. | Omar Rizwan | 2024-05-14 | 2 | -5/+1553 |
| | | | | | | | | | Fix folk.tcl calibrate. | ||||
| | * | Continue refactor: remove pi/cUtils.tcl and refs, inline camera | Omar Rizwan | 2024-05-13 | 3 | -4/+348 |
| | | | |||||
| | * | Inline pi/AprilTags.tcl into virtual program | Omar Rizwan | 2024-05-09 | 1 | -6/+72 |
| | | | |||||
| * | | Add (hacky) support for persisting calibration in ~/folk-live | Omar Rizwan | 2024-05-14 | 1 | -1/+5 |
| | | | |||||
| * | | print: Don't create folk-printed-programs if exists | Omar Rizwan | 2024-05-13 | 1 | -1/+3 |
| |/ | | | | | so we can make it a symlink to folk-live without breaking exec mkdir here | ||||
| * | Use correct function to generate apriltag for ps when printing | Vedran | 2024-05-09 | 1 | -1/+1 |
| | | |||||
| * | move ::getColor to Colors.tcl | Andrés Cuervo | 2024-05-07 | 1 | -6/+0 |
| | | |||||
| * | Add rgb, hsl, & hex as color formats | Andrés Cuervo | 2024-05-06 | 1 | -6/+4 |
| | | |||||
| * | Merge pull request #133 from FolkComputer/ac/rotate-web-editor | Omar Rizwan | 2024-05-03 | 1 | -8/+19 |
| |\ | | | | | Add rotation slider to the web editor | ||||
| | * | Add rotation slider to the web editor | Andrés Cuervo | 2024-05-03 | 1 | -8/+19 |
| | | | |||||
| * | | display/text: Add layer support | Omar Rizwan | 2024-05-03 | 1 | -1/+2 |
| | | | |||||
| * | | Gpu,display: More hack laptop fixes so virtual programs work | Omar Rizwan | 2024-05-03 | 1 | -0/+6 |
| |/ | |||||
| * | apriltags: Document corner order. | Omar Rizwan | 2024-05-02 | 1 | -0/+1 |
| | | |||||
| * | circle: Add layer support. Is this ugly? | Omar Rizwan | 2024-05-02 | 1 | -1/+3 |
| | | |||||
| * | For now, ignore calibration tags at program/region level | Omar Rizwan | 2024-04-30 | 2 | -2/+3 |
| | | | | | | | instead of at detection level, so we still get the individual claims (easier to deal with). better if we only have 1 calibration tag out and don't need detection coherence. | ||||
| * | display: more macOS fixes (fix display width and height claim) | Omar Rizwan | 2024-04-29 | 1 | -6/+9 |
| | | |||||
| * | display: Hacks to make it run on macOS | Omar Rizwan | 2024-04-29 | 1 | -1/+13 |
| | | |||||
| * | Changes from osnr/checkerboard-calibration for projecting tags | Omar Rizwan | 2024-04-29 | 2 | -3/+21 |
| | | | | | | | Support global functions in shaders; support uvec4 argtype in shaders; carve out tag 48600 and up for self-calibration; expose ::tagImageForId and rename ::tagPsForId. | ||||
| * | More gadget support: use libcamerify for Pi camera + fault to folk0 | Omar Rizwan | 2024-04-25 | 1 | -1/+1 |
| | | |||||
| * | Delete setup. We'll do using a program in folk-live instead | Omar Rizwan | 2024-04-24 | 1 | -23/+0 |
| | | |||||
| * | setup: Limit to only run on folk-live for now | Omar Rizwan | 2024-04-10 | 1 | -0/+2 |
| | | |||||
| * | setup: Fix terminal | Omar Rizwan | 2024-04-10 | 1 | -1/+1 |
| | | |||||
| * | text: Make radians optional | Omar Rizwan | 2024-04-10 | 1 | -1/+1 |
| | | |||||
| * | setup: WIP: First draft | Omar Rizwan | 2024-04-10 | 1 | -0/+21 |
| | | |||||
| * | Move web endpoints into subfolder | Omar Rizwan | 2024-04-09 | 4 | -0/+0 |
| | | |||||
| * | Use HDMI1 on some gadgets | Omar Rizwan | 2024-04-09 | 1 | -1/+6 |
| | | |||||
| * | camera: Add gadget (pi camera) mode using YUV420 | Omar Rizwan | 2024-04-05 | 1 | -1/+5 |
| | | |||||
| * | folk-live hacks: 1-1 default calibration, fault localhost->folk0. | Omar Rizwan | 2024-03-29 | 2 | -9/+11 |
| | | |||||
| * | Make loadlibLd, filter by architecture if multiple candidates | Omar Rizwan | 2024-03-19 | 1 | -2/+5 |
| | | | | | Fixes https://discord.com/channels/956758212152025098/956758650700046366/1202431317971570728 | ||||
| * | folk0: Stick with 720p for now | Omar Rizwan | 2024-03-19 | 1 | -5/+0 |
| | | |||||
| * | Fix printing from editors | Andrés Cuervo | 2024-02-26 | 1 | -15/+10 |
| | | | | | | | | - Fix a bug where each editor could only print once because of a mistaken use of /nobody/ in the print conditional - Add a timestamp to the print commit - Prevent printing the same code twice within a second | ||||
| * | Make folk0 resolution 4k | Andrés Cuervo | 2024-02-02 | 1 | -0/+5 |
| | | |||||
| * | Remove extraneous comments & puts | Andrés Cuervo | 2024-02-02 | 1 | -2/+0 |
| | | |||||
| * | Correctly filter keys pressed after editor start time | Andrés Cuervo | 2024-02-02 | 1 | -3/+21 |
| | | | | | Prevent keys from being processed before the editor start time. | ||||
| * | Revert "Fix key press on restart" | Omar Rizwan | 2024-02-01 | 1 | -16/+3 |
| | | | | | This reverts commit 80f3e29c4f3fcad460c7d12b8a81f8aa21abd25d. | ||||
| * | Fix key press on restart | Andrés Cuervo | 2024-02-01 | 1 | -3/+16 |
| | | |||||
| * | Fix delete when cursor is at (0, 0) | Andrés Cuervo | 2024-01-31 | 1 | -1/+1 |
| | | |||||
| * | terminal: Quick fix compatibility with new keyboard system | Omar Rizwan | 2024-01-31 | 1 | -1/+1 |
| | | |||||
| * | web-keyboards: Print works | Omar Rizwan | 2024-01-30 | 1 | -1/+1 |
| | | |||||
| * | web-keyboards: Niceties | Omar Rizwan | 2024-01-30 | 1 | -5/+7 |
| | | | | | | Spaces between keypresses. Don't show keypresses from before page render. Don't double up keypresses (only count keydowns). | ||||
| * | Start on Web UI for identifying & printing connected keyboards | Omar Rizwan | 2024-01-30 | 2 | -5/+53 |
| | | |||||
| * | Merge pull request #86 from FolkComputer/ac/editor | Andrés Cuervo | 2024-01-30 | 4 | -29/+484 |
| |\ | | | | | Add keyboard editor claim | ||||
| | * | editor: Use percentages to define regions | Omar Rizwan | 2024-01-29 | 1 | -2/+2 |
| | | | | | | | | | Should scale better to different-resolution systems? | ||||
| | * | keyboard: `the keyboards are` full sentence | Omar Rizwan | 2024-01-29 | 1 | -1/+1 |
| | | | |||||
| | * | editor: Automatically editor-ize keyboards | Omar Rizwan | 2024-01-29 | 1 | -0/+7 |
| | | | |||||
