haskell-game / dear-imgui.hs

Haskell bindings to Dear ImGui, an immediate mode GUI toolkit
BSD 3-Clause "New" or "Revised" License
143 stars 31 forks source link

Update examples to safer withXXX actions #95

Open dpwiz opened 3 years ago

Swarthe commented 9 months ago

Shouldn't the example in the README also be update to use OpenGL 3 ? Especially since it recommends using the +opengl3 flag.