dear-imgui.hs icon indicating copy to clipboard operation
dear-imgui.hs copied to clipboard

Running the glfw example in ghci shows a blank window

Open TristanCacqueray opened this issue 2 years ago • 1 comments
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?

TristanCacqueray avatar Nov 22 '22 16:11 TristanCacqueray

Setting :set -fno-ghci-sandbox does not seem to help.

TristanCacqueray avatar Nov 22 '22 16:11 TristanCacqueray

This issue does not happen when using the wayland host api.

TristanCacqueray avatar Dec 12 '22 17:12 TristanCacqueray