ide-electron icon indicating copy to clipboard operation
ide-electron copied to clipboard

How about technically moving to tauri

Open Linyuqiz opened this issue 3 years ago • 4 comments
trafficstars

How about technically moving to tauri

Linyuqiz avatar Jun 23 '22 07:06 Linyuqiz

Another related issue #25

yantze avatar Jun 23 '22 11:06 yantze

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

Shotman avatar Jul 08 '22 15:07 Shotman

Maybe we need official support for tauri ? @Shotman

tianlinzx avatar Jul 12 '22 02:07 tianlinzx

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.

Shotman avatar Jul 12 '22 09:07 Shotman