Example_null doesn't work on linux

Hi all!
I can’t send the issue on github, cause I don’t have github-account.
I built examples/example_null on Debian (LMDE2), but it does’t create window niether Text nor SliderFloat.
I just see cycle:
NewFrame() 0
NewFrame() 1

NewFrame() 49
DestroyContext()

Nothing more.

This is the point of the NULL example.

But how can I make GUI application using Dear ImGui if I don’t want to use OpenGL, SDL, DirectX, Allegro? I don’t interesting in 3d, just desktop applications.

But how can I make GUI application using Dear ImGui if I don’t want to use OpenGL, SDL, DirectX, Allegro? I don’t interesting in 3d, just desktop applications.

That’s how dear imgui works, it rely on the 3D rendering stack which is a common thing in modern OS.