ggerganov/imgui-ws

Server headless mode

ggerganov opened this issue · 1 comments

See if there is a way to avoid creating application window on the server and still generate ImDrawData. This would allow to start a remote instance on a cloud instance where we don't have GUI.

Looks like https://github.com/ocornut/imgui/blob/master/examples/example_null/main.cpp should be exactly what we are looking for.

Added "headless" examples that don not have any graphics dependencies (like OpenGL, SDL2, GLFW, etc)