guillaumechereau / goxel

Goxel: Free and Open Source 3D Voxel Editor
GNU General Public License v3.0
2.74k stars 219 forks source link

Headless rendering #241

Closed ebr closed 1 year ago

ebr commented 3 years ago

Is it possible to use goxel for headless rendering? I'd like to offload rendering to a cloud instance, as my laptop is too underpowered. I understand I could install a complete desktop environment and run a GUI instance of goxel remotely that way, but a more lightweight, CLI-only solution would be ideal. Many thanks!

guillaumechereau commented 3 years ago

Good question. At the moment the only option is to use the '--export' option from command line, but this is quite limited.