Add a description, image, and links to the sfml-gui topic page so that developers can more easily learn about it.
Call ImGui::EndFrame after the last ImGui::End in your update function, if you update more than once before rendering. (e.g. fixed delta game loops) Call ImGui::SFML::Render(window) Call ...