To make screenshots easier see if we can introduce functionality to dump the current screen (framebuffer) into an image file like PNG
https://stackoverflow.com/questions/22580812/writing-a-png-in-c
I think writing the png into the current working directory with a name like InfiniSim_2022-02-24_221545.png would be enough
/cc @JF002
To make screenshots easier see if we can introduce functionality to dump the current screen (framebuffer) into an image file like PNG
https://stackoverflow.com/questions/22580812/writing-a-png-in-c
I think writing the png into the current working directory with a name like
InfiniSim_2022-02-24_221545.pngwould be enough/cc @JF002