Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(GUI): Tauri / Svelte migration #39

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

feat(GUI): Tauri / Svelte migration #39

wants to merge 8 commits into from

Conversation

Snoupix
Copy link
Owner

@Snoupix Snoupix commented Jan 28, 2025

GUI Migration EFRAME & EGUI to Tauri & Svelte

Why

I've had a lot of issues with the design on the native eframe/egui setup. It felt really hacky to do "basic web layouts" and since I've done a lot of web things including front-end stuff, using Tauri, Svelte and Tailwind just felt right and way easier to design.

Commits & Changes:

fix(common): Client side set_colors takes responsibility of the bit scaling
feat(ffi): Impl Zig, Deno, Go examples of the FFIs and Justfile recipes to try them
chore(ffi): Better functions definitions
fix(colors): Better XY - RGB conversions
feat(ble): New reverse-engineered GATT UUIDs to try
feat(gui): The GUI backend now has a "command" to initialize the Devices state sync thread and sends its data with an event emmiter
fix(gui font): Changed OTF to var TTF for flexibility
fix(cli): Fix crash when setting a color with the old broken color converter
feat(gui): Impl storage save thread loop
feat(ffi): Set color RGB is now available
wip(ci): Commented out GUI build for the moment
feat(gui): Impl bt device search stream with events

TODO To match the previous GUI state:

  • Add found bt device to the device state
  • CI Build GUI ?

Snoupix and others added 6 commits January 28, 2025 19:23
fix(common): Client side set_colors takes responsability of the bit scaling
feat(FFI): Impl Zig, Deno, Go examples of the FFIs and Justfile recipes to try them
chore(FFI): Better functions definitions
fix(colors): Better XY - RGB conversions
feat(BLE): New reverse-engineered GATT UUIDs to try
feat(GUI): The GUI backend now has a "command" to initialize the Devices state sync thread and sends its data with an event emmiter
fix(GUI font): Changed OTF to var TTF for flexibility
fix(CLI): Fix crash when setting a color with the old broken color converter
wip(ci): Commented out GUI build for the moment
feat(gui): Impl bt device search stream with events
@Snoupix Snoupix force-pushed the migration-tauri branch 4 times, most recently from 649fb03 to 6637b4d Compare February 2, 2025 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant