NyaliaLui / PAL

Your personal analyzer for the sc2 ladder.
GNU General Public License v3.0
0 stars 0 forks source link

Port desktop application from PyQT5 to ElectronJS #30

Open NyaliaLui opened 4 years ago

NyaliaLui commented 4 years ago

We want to use ElectronJS instead of PyQT. We will have an easier time installing apps on desktop with ElectronJS since we won't need to worry about freezing the python application. This will require that we make s2protocol and MPYQ compatible with JavaScript or just simply call the python apps within JS for this prototype.

NyaliaLui commented 4 years ago

For desktop side, we'll use ElectronJS, d3js, and bootstrap so that way the desktop can look identical to the web interface. Atleast for this prototype.