Linux port?
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.
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.
How is this coming along? Still working on it or has it been abandoned?
Thanks!