1See BACKENDS and EXAMPLES files in the docs/ folder, or on the web at: https://github.com/ocornut/imgui/tree/master/docs 2 3Backends = Helper code to facilitate integration with platforms/graphics api (used by Examples + should be used by your app). 4Examples = Standalone applications showcasing integration with platforms/graphics api. 5 6Some Examples have extra README files in their respective directory, please check them too! 7 8Once Dear ImGui is running (in either examples or your own application/game/engine), 9run and refer to ImGui::ShowDemoWindow() in imgui_demo.cpp for the end-user API. 10