ide-electron
ide-electron copied to clipboard
How about technically moving to tauri
How about technically moving to tauri
Another related issue #25
https://github.com/Shotman/opensumi-tauri
I've integrated the ide lite quite easely in Tauri but I'm not familiar enough with how OpenSumi and React works to change calls from github to the filesystem (tauri JS api have path and fs APIs available) easely so if anyone wants to take a look etc feel free while I still try to figure things out
Maybe we need official support for tauri ? @Shotman
Maybe we need official support for tauri ? @Shotman
Not really, with my repo Tauri integration is "done", all that is left is to call the right Tauri JS API functions inside the right OpenSumi interfaces, like readDir, saveFile, etc etc that in itself is "simple" but I'm not comfortable enough with React & OpenSumi to do that easely since I don't really know where or how to do it correctly.
But if there is any issues doing that for someone that know exactly how the internals of OpenSumi work, I or any Tauri members on their Discord would be happy to help with those.