marcrobledo / RomPatcher.js

An IPS/UPS/APS/BPS/RUP/PPF/xdelta ROM patcher made in HTML5.
https://www.marcrobledo.com/RomPatcher.js/
Other
723 stars 141 forks source link

Tauri app conversion #70

Open Iranon opened 3 months ago

Iranon commented 3 months ago

This branch features the conversion of RomPatcher as a Tauri application. The original code base has barely been touched, and the main changes concern the reorganisation of the structure and the removal of the service-workers (to make it working as a Tauri app). The compilation will produce a target folder inside the src-tauri directory.

The development and compilation process requires Node.js and Rust.

I am opening it in case someone might find it useful (maybe in a different branch to keep the original project separate).

marcrobledo commented 2 months ago

As I mentioned in #61 , I am working on a code overhaul that will make the app much more portable to other platforms, and make it compatible with Node CLI as well.

I'll decide what to do with this branch whenever I manage to finish it (yes, I'm still working on it!), because you will probably prefer your branch to that new version.

Iranon commented 2 months ago

As I mentioned in #61 , I am working on a code overhaul that will make the app much more portable to other platforms, and make it compatible with Node CLI as well.

I'll decide what to do with this branch whenever I manage to finish it (yes, I'm still working on it!), because you will probably prefer your branch to that new version.

No worries, I created the branch in case it would be useful to anyone. It is just a different approach done for exploratory purposes. If you are working on your own official version, feel free to discard it.