Commit graph

16 commits

Author SHA1 Message Date
github-actions[bot]
b40df6c0e0
flake: update flake.lock (#36)
Automated changes by the
[update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock)
GitHub Action.

```

```

### Running GitHub Actions on this PR

GitHub Actions will not run workflows on pull requests which are opened
by a GitHub Action.

To run GitHub Actions workflows on this PR, run:

```sh
git branch -D update_flake_lock_action
git fetch origin
git checkout update_flake_lock_action
git commit --amend --no-edit
git push origin update_flake_lock_action --force
```

---------

Co-authored-by: Noa Aarts <noa@voorwaarts.nl>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-22 23:42:53 +02:00
peppidesu
7f04b39a15
feat: Website (#15)
Add a basic website that shows the current flutgrid state
Co-authored-by: Noa Aarts <noa@voorwaarts.nl>
2024-10-22 21:58:25 +02:00
de3248c3c6
fix memory leak in closing connections 2024-10-19 14:05:37 +02:00
9dc681086d
refactor: split into more logical files 2024-10-18 01:56:23 +02:00
0502f3dacb
feat: add periodic image saving 2024-10-11 16:05:16 +02:00
6da19152ca
chore: update cargo deps 2024-10-10 22:10:32 +02:00
0978664188
improve hex parser for text protocol 2024-10-06 23:11:26 +02:00
9350e6bc63
feat: WOWA, ik workie :3 2024-10-04 19:30:15 +02:00
ccf226f350
refactor: the syncUnsafeCell is now in the grid 2024-10-03 22:47:20 +02:00
Noa Aarts
9f1f23e62b refactor: split grid into mod 2024-07-25 16:45:15 +02:00
Noa Aarts
8085298612 feat: it should be streaming now 2024-07-13 20:15:51 +02:00
Noa Aarts
e6f3df0882 wip: AAAAAA 2024-07-13 01:56:36 +02:00
Noa Aarts
8c3ff179b2 wip: it should work, but doesn't yet 2024-07-12 23:42:46 +02:00
Noa Aarts
386a5fd5ec feat: make Flutgrid implement image 2024-07-12 18:03:05 +02:00
Noa Aarts
3b835b4609 feat: start website functionality 2024-07-12 17:49:38 +02:00
noa
330568ec2f initial commit 2024-07-11 19:05:37 +02:00