Photino: A lighter Electron
tryphotino.io
Photino: A lighter Electron
1–10 of 57 posts
Re: Photino: A lighter Electron
#2Re: Photino: A lighter Electron
#3Re: Photino: A lighter Electron
#4Looks promising. Does anyone have experience with it, or their backers https://codemag.com/ ?
I will probably be switching to Electron unless the project gets any sort of meaningful update. The releases on their GitHub are still v2, while the packages available on NuGet are v3. There hasn't been any code changes in the past couple of months. For the Blazor integration, it's actually broken completely for Linux (and maybe macOS).
Overall it does save on build sizes and RAM a bit, but I'm not sure about the long term viability.
Re: Photino: A lighter Electron
#5I'd really like to see it compared to Tauri [0] which is the established leader in this space. 0: https://tauri.app
Re: Photino: A lighter Electron
#6Aren't there still differences between Chromium and Webkit.
And what if a breaking change in the WebView2 is deployed per update?
Isn't that the advantage of Electron that you have total control over used render engine version?
Re: Photino: A lighter Electron
#7Looks promising. Does anyone have experience with it, or their backers https://codemag.com/ ?
I'm using it in my project LANCommander for a game launcher: https://github.com/LANCommander/LANCommander I will probably be switching to Electron unless the project gets any sort of meaningful update. The releases on their GitHub are still v2, while the packages available on NuGet are v3. There hasn't been any code changes in the past couple of months. For the Blazor integration, it's actually broken completely for…
Re: Photino: A lighter Electron
#8Tauri even themselves are building their own embedded browser (based on Servo) because they too realize that using "whatever the OS happens to have" is fundamentally not Workable as a platform. This idea Just Does Not Work for production apps with Real amounts of users
Re: Photino: A lighter Electron
#9I appreciate that Photino at least is lighter in terms of install footprint and RAM use, but it is still as CPU hungry.
Re: Photino: A lighter Electron
#10I'd really like to see it compared to Tauri [0] which is the established leader in this space. 0: https://tauri.app