6.example_win32_directx11/main.cppを持ってきて、一部改変(というか不要なのを削除) // Main loop MSG msg; ZeroMemory(&msg, sizeof(msg ...
// [X] Renderer: User texture binding. Use 'GLuint' OpenGL texture identifier as void*/ImTextureID. Read the FAQ about ImTextureID! // [x] Renderer: Desktop GL only: Support for large meshes (64k+ ...
こんにちは。えあると申します。 今回はゲーム開発の効率化に最適な、強力なライブラリである「Dear ImGui」(以下ImGui)の導入についてお話していこうと思います。 「ImGui」とは ImGuiとはDirectXやOpenGLなどの環境で利用可能な、GUIライブラリです。 扱い方も ...
// [X] Platform: Keyboard support. Since 1.87 we are using the io.AddKeyEvent() function. Pass ImGuiKey values to all key functions e.g. ImGui::IsKeyPressed(ImGuiKey_Space). [Legacy AKEYCODE_* values ...