nukeop / nuclear

Streaming music player that finds free music for you
https://nuclear.js.org/
GNU Affero General Public License v3.0
11.72k stars 1.02k forks source link

Tauri #1310

Open chrisemke opened 1 year ago

chrisemke commented 1 year ago

have you ever consider using Tauri? I think it is one of the alternatives that has more performance since Qt is not an option

In it you can use React too

nukeop commented 1 year ago

I check the web for Electron alternatives every few months, and I inspect what I find for viability. I also tried making my own makeshift platform using Firefox's Servo. While Tauri has seen some development lately, it's still missing some critical apis that Nuclear uses, and it's not a drop-in replacement. If anyone wants to contribute a switch to this or another platform, I'll be more than happy to help shape it up and iterate on it, but it's not on my list.

chrisemke commented 1 year ago

Recently, tauri released a major update. It might be worth keeping an eye on the project to consider a future migration. I believe it's worth it for the performance advantages we'll get

nukeop commented 8 months ago

Tauri made strides during the past year and I should probably reevaluate switching.

chrisemke commented 1 month ago

The beta version 2.0 of Tauri has been released. Is Tauri still considered for this project? Maybe this would be a good time to give it a try.

nukeop commented 1 month ago

I have nothing against it but it would be a monumental amount of work.