Skip to content

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.

2 participants