You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm trying to deploy an armory project to a docker container for headless/offscreen rendering on Linux, but the engine seems to require some sort of interactive display to be attached (throws errors, but I wouldn't consider this a bug per se).
Describe the solution you'd like
Either the ability to compile in "no screen" mode, or adding parameters to turn it off.
I only specifically need this for the Vulkan API, but some people may want OpenGL.
Describe alternatives you've considered
Attempting to set up things like the dummy xorg video drivers (for OpenGL) has not gone well.
Additional context
Unreal Engine works inside a docker container without the need for complicated container setup, or cross-linking the host/container in various ways.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm trying to deploy an armory project to a docker container for headless/offscreen rendering on Linux, but the engine seems to require some sort of interactive display to be attached (throws errors, but I wouldn't consider this a bug per se).
Describe the solution you'd like
Either the ability to compile in "no screen" mode, or adding parameters to turn it off.
I only specifically need this for the Vulkan API, but some people may want OpenGL.
Describe alternatives you've considered
Attempting to set up things like the dummy xorg video drivers (for OpenGL) has not gone well.
Additional context
Unreal Engine works inside a docker container without the need for complicated container setup, or cross-linking the host/container in various ways.
The text was updated successfully, but these errors were encountered: