-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Headless support #12
Comments
I've tried to do proper headless support, but had some trouble with the framebuffer (it remained black). I think it should work with some further debugging, there's probably only a tiny error somewhere. The code is still there, you could try to get it working (I'd add a link to it, but I'm currently on mobile). Otherwise I might try again, but I'm not sure when I'll find the time. |
okay thanks @bwasty I'll look into it . |
Figured it out -> #14 (a |
To summarize #14 - 'real' headless mode now works fine on macOS, but not on Linux. It would require quite a bit of further debugging and possibly fixes to But #15 should provide a decent workaround 😃 |
Created an issue for |
@bwasty It seems the headless issue was fixed in the The PR that fixed the issue itself: rust-windowing/glutin#1125 |
Currently the gltf-viewer supports a faux headless mode where the window is made invisible while it's still running with the need of some kind a Xserver backend requirement. Is it possible to enable proper headless support so that the entire screenshot generation process could be run in an automated environment without the need of X .
The text was updated successfully, but these errors were encountered: