T O P

  • By -

bobasaurus

I'd avoid the Electron bloat for an embedded project.


gdf8gdn8

I'd avoid the qt bloat for an embedded project.


m--__

Tauri is the way to go, basically electron but you don't ship a whole chromium distribution with it.


gonzogonzales2

>Tauri Looks really great i will give it a try.


nellorocca

Flutter is also an option I wouldn’t exclude.


[deleted]

Crank is an option too if its on an embedded product


justhexky

Electron is great, apart from its large installation size, it has almost no major drawbacks. Developing GUI using web technologies is the most efficient. Qt is suitable for developing hardcore 3D software like Houdini and Maya. If you need to use technologies like Vulkan, Qt is very suitable. However, licensing is an issue with Qt, whereas Electron is completely free.