patriciogonzalezvivo / glslViewer

Console-based GLSL Sandbox for 2D/3D shaders
BSD 3-Clause "New" or "Revised" License
4.57k stars 352 forks source link

A way to pipe the image output directly to STDOUT instead of saving to a file in headless mode? #348

Open JohnnyRacer opened 9 months ago

JohnnyRacer commented 9 months ago

Hello, I would like to directly pipe the outputs of the images generated byglslViewer's headless mode to STDOUT so that other processes can access the output buffer without dealing with file IO. Is this possible in someway or could this be implemented in the future?