Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zibanpirate/magiframe
a frame that is alive like the portraits at Hogwarts
https://github.com/zibanpirate/magiframe
Last synced: 11 days ago
JSON representation
a frame that is alive like the portraits at Hogwarts
- Host: GitHub
- URL: https://github.com/zibanpirate/magiframe
- Owner: ZibanPirate
- License: mit
- Created: 2024-01-14T16:50:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-28T11:52:47.000Z (9 months ago)
- Last Synced: 2024-01-28T13:38:26.735Z (9 months ago)
- Language: Rust
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MagiFrame
a frame (with a cheesy name) that is alive like the portraits at Hogwarts
## Structure
| **Folder** | **Why** |
| :------------------- | :------------------------------------------------------ |
| [./api](./api) | Axum server that return nice images, in a dotted format |
| [./mobile](./mobile) | Where you register and link your MagiFrame |
| [./frame](./frame) | ESP-32 and an E-Paper to bring life to the frame |## Get Started
Please use [VSCode](https://code.visualstudio.com/), and have [Rustup](https://rustup.rs/) and [BunJS](https://bun.sh/) installed.
Then simply run VSCode **Build Task** (Ctrl/⌘ Command + ⇧ Shift + B).
Additionally, you can also attach a debugger to `./api` (F5)