antangelo / xdvdfs

Original Xbox DVD Filesystem library and management tool
https://xiso.antangelo.com/
MIT License
77 stars 8 forks source link

Replace Tauri with native UI #100

Open antangelo opened 6 days ago

antangelo commented 6 days ago

We currently ship xdvdfs-web in the desktop app via Tauri, but this introduces a number of complexities:

The pros of using Tauri are UI code sharing with xdvdfs-web, and having multi-platform support for free. In spite of these, the desktop platform is likely better served with a native UI that is not bound by the limitations of the filesystem access API.

xdvdfs-web should remain backend-agnostic with respect to how it accesses the filesystem, but the Tauri wrappers should be removed as part of this work.