How to render screenshots offscreen and save as image? #4432
Unanswered
lammermann
asked this question in
Q&A
Replies: 1 comment
-
This is the goal of #1129, but it is not implemented yet. See also #3926 and https://github.com/lucasmerlin/egui_skia. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to create a gui with egui/eframe. For testing purposes I would like to give my application a state and then save the gui as an image instead of showing it.
At the moment I use the __screenshot feature of eframe, but this always pops up the window shortly and thus hurts my programming flow. Is it possible render directly to an image?
Any help is highly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions