jc_toolkit icon indicating copy to clipboard operation
jc_toolkit copied to clipboard

Linux port?

Open GerbilSoft opened this issue 6 years ago • 4 comments

It would be nice if Joy-Con Toolkit could be ported to Linux. The existing C++ code could mostly be used as-is, though some refactoring would be a good idea (split into multiple files), and C++/CLI extensions probably shouldn't be used.

For the UI, Windows Forms can't be used easily, though the Qt toolkit is a good replacement.

I'll look into doing some low-level code refactoring first, and if that goes well, might continue into writing a Qt-based UI.

GerbilSoft avatar Feb 26 '19 19:02 GerbilSoft

Taking a look at jctool.cpp, it seems that UI code is intermixed with I/O code. Probably the best thing to do first is split out the I/O code into its own C++ class.

GerbilSoft avatar Feb 26 '19 19:02 GerbilSoft

How is this coming along? Still working on it or has it been abandoned?

ggliv avatar May 28 '19 21:05 ggliv

Thanks!

ggliv avatar Apr 10 '20 21:04 ggliv