Update the README with the demo window and a screenshot

This commit is contained in:
Oliver Charles
2021-01-25 09:18:13 +00:00
parent c41eae7817
commit fca2e9fbff
3 changed files with 10 additions and 0 deletions

View File

@ -64,6 +64,9 @@ mainLoop w = do
False -> return ()
True -> putStrLn "Ow!"
-- Show the ImGui demo window
showDemoWindow
-- Render
glClear GL_COLOR_BUFFER_BIT