Packaging graphite desktop for nix #2648
-
I would like to package graphite desktop for nix. I don't quite understand how a desktop build is supposed to work (without nix involved). |
Beta Was this translation helpful? Give feedback.
Answered by
Keavon
May 17, 2025
Replies: 1 comment 2 replies
-
Please see #2535. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It can build in an experimental form, but not render its canvas contents within the viewport. That requires platform-specific API work to deal with the compositor so the webview contents may be put in the same window as the native render of the canvas. I think right now, it's set up to experimentally render the content to a separate window for debug view purposes. If you would be interested in helping solve these tricky compositor issues, let's please talk further on Discord and involve @TrueDoctor. We'd love help taking this further. If you were just hoping to package what you assumed was an already working native app, I'm sorry to disappoint with the news that it isn't out of the develo…