(no title)
lukevp | 11 days ago
This is a lot of tradeoffs for saving 100 megs.
I understand that we should be good stewards of our customers’ hardware and not waste things unnecessarily, but also have to balance that with shipping something and not worrying about all the edge cases. Most people in developed countries have Internet connections of 100+ mbps, which means the app will still download in <10 seconds.
Does electrobun support using an embedded chromium for the renderer? I went to the project readme and it was really unclear if that’s a currently-supported option and if so, how to use it.
lgvld|11 days ago
still:
> Optional CEF: bundle CEF (Chromium) when cross-platform consistency matters most.
from: https://blackboard.sh/electrobun/docs/guides/what-is-electro...
onimishra|11 days ago
Taken from the product site (not this blog post) that was linked by another user. So you get to choose it would seem.
kzahel|11 days ago
Electrobun sounds really cool, glad to see there's more work done to enable cool desktop apps without Electron.
Bolwin|11 days ago
austinjp|11 days ago
https://webkitgtk.org/
https://wails.io/docs/gettingstarted/installation/
https://v2.tauri.app/start/prerequisites/
jauntywundrkind|11 days ago
My hope is this still acts like a library that multiple Tauri instances share. That would still have the upside of Tauri's shared library architecture (boo statically compiled programs, what a waste of precious ram!) while still letting us have a viable runtime. First app load might not be lightning fast but second app load is hopefully faster!! The OS webviews range from mediocre to absolute garbage; this to me would be a great improvement, that makes me happy!
Ikryanov|11 days ago
In this case I don't know why I should use Tauri instead of Electron.