Content pfp
Content
@
0 reply
0 recast
0 reaction

July pfp
July
@july
An earlier prototype of roc.camera
9 replies
17 recasts
140 reactions

Rafi pfp
Rafi
@rafi
it's qt
2 replies
0 recast
1 reaction

Rafi pfp
Rafi
@rafi
or gtk def not electron
1 reply
0 recast
1 reaction

July pfp
July
@july
this version was in Qt We've since rewritten the whole thing in Dart
1 reply
0 recast
1 reaction

Rafi pfp
Rafi
@rafi
didn't expect Dart here. do you use Flutter?
1 reply
0 recast
1 reaction

July pfp
July
@july
yup! we've been using: https://github.com/ardera/flutter-pi
2 replies
0 recast
1 reaction

Samuel ツ pfp
Samuel ツ
@samuellhuber.eth
Did you consider react native ? Saw Zulip happy with now going flutter and looking forward to their engineering blog (announcement of that blogpost coming lmao https://blog.zulip.com/2024/12/12/new-flutter-mobile-app-beta/)
1 reply
0 recast
2 reactions

July pfp
July
@july
We looked into a variety of options (Rust GUI like egui or Slint, Qt, PySide, LVGL, gtk, and React) - the performance overhead and runtime of React Native is something that I don't want to run on a limited memory embedded device. Flutter with flutterpi uses native framebuffers (https://learnopengl.com/Advanced-OpenGL/Framebuffers) and was a good balance between existing UI components, but still battle tested on ARM devices etc
1 reply
0 recast
2 reactions

July pfp
July
@july
also no need for x11 and wayland was a nice touch, allowed us to throw the whole GUI out the window of the OS
1 reply
0 recast
1 reaction

July pfp
July
@july
https://github.com/sony/flutter-embedded-linux this was another one we looked into, similar strategy overall. ended up using flutterpi, we'll see if that was the right choice, or we'll have to write our own embedder. time will tell
2 replies
0 recast
1 reaction

July pfp
July
@july
more here: https://spindance.com/2024/07/10/getting-started-with-flutter-for-embedded-linux-2/
0 reply
0 recast
1 reaction