Dear ImGui is a popular library for rapidly building tools for debugging and development. This plugin allows you to use ImGui in Godot with C# (with the aid of ImGui.NET), C++, and GDScript. After ...
ImGuiというライブラリを知っていますか? ImGuiはOpenGLやDirectXなどで使えるGUIライブラリです。 今回は、そのImGuiの使い方を紹介しようと思います。 ImGuiでできること ImGuiでは、ボタンやスライダー、画像などを出すことができます。 ImGuiの実装 今回は、OpemGL ...
6.example_win32_directx11/main.cppを持ってきて、一部改変(というか不要なのを削除) // Main loop MSG msg; ZeroMemory(&msg, sizeof(msg ...