| Commit message (Expand) | Author | Age | Files | Lines |
| * | Finish refactor (GPU, util libs). Remove laptop.tcl. Fix calibrate. | Omar Rizwan | 2024-05-14 | 2 | -5/+1553 |
| * | 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 |
| * | 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 | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | Revert "Fix key press on restart" | Omar Rizwan | 2024-02-01 | 1 | -16/+3 |
| * | 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 |
| * | 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 |
| |\ |
|
| | * | editor: Use percentages to define regions | Omar Rizwan | 2024-01-29 | 1 | -2/+2 |
| | * | 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 |
| | * | keyboard,KeyCodes: Ignore instead of ? for invalid key codes | Omar Rizwan | 2024-01-29 | 1 | -0/+2 |
| | * | keyboard: Retract old key events. Drops should be fixed (w/o leaks) | Omar Rizwan | 2024-01-29 | 1 | -2/+2 |
| | * | WIP: Use timestamp instead of rand for keypresses, don't retract | Omar Rizwan | 2024-01-29 | 3 | -6/+23 |
| | * | keyboard: Use binary translation; fixes event reader going off rails | Omar Rizwan | 2024-01-29 | 1 | -8/+8 |
| | * | Fix Alt+ESC restart | Andrés Cuervo | 2023-12-28 | 1 | -1/+1 |
| | * | Allow for key repeating | Andrés Cuervo | 2023-12-28 | 2 | -4/+4 |
| | * | Fix cursor persistence to unmatching & LEFT at origin | Andrés Cuervo | 2023-12-27 | 1 | -3/+10 |