dear-imgui.hs
dear-imgui.hs copied to clipboard
Running the glfw example in ghci shows a blank window
trafficstars
When running:
$ cabal repl exe:glfw
[1 of 1] Compiling Main ( examples/glfw/Main.hs, interpreted )
Ok, one module loaded.
ghci> Main.main
[blank window appears]
Note that this work with exe:vulkan: the dear-imgui window is displayed.
What could be the issue?
Setting :set -fno-ghci-sandbox does not seem to help.
This issue does not happen when using the wayland host api.