こんにちは。えあると申します。 今回はゲーム開発の効率化に最適な、強力なライブラリである「Dear ImGui」(以下ImGui)の導入についてお話していこうと思います。 「ImGui」とは ImGuiとはDirectXやOpenGLなどの環境で利用可能な、GUIライブラリです。 扱い方も ...
// This needs to be used along with a Renderer (e.g. DirectX11, OpenGL3, Vulkan..) // [X] Platform: Keyboard arrays indexed using VK_* Virtual Key Codes, e.g. ImGui ...
// [X] Renderer: Support for large meshes (64k+ vertices) with 16-bit indices. // You can copy and use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. / ...