unpaint
unpaint copied to clipboard
[Feature request] linux support request
Please consider adding support for Linux, as it can be beneficial, especially for deployment on cloud platforms. Are there any limitations that prevent the code from running on Linux, or is it primarily related to the building process? It appears that the code utilizes ONNX, which is supported on Linux.
The entire GUI seems to use WinRT/possibly WinUI, which is windows-specific. Linux/Mac support would likely require a rewrite.
We could try rewriting it in gtk? that might be a good replacement.