ImGuiというライブラリを知っていますか? ImGuiはOpenGLやDirectXなどで使えるGUIライブラリです。 今回は、そのImGuiの使い方を紹介しようと思います。 ImGuiでできること ImGuiでは、ボタンやスライダー、画像などを出すことができます。 ImGuiの実装 今回は、OpemGL ...
前回の記事でImGuiを使えるようにしたので、今回は実際にUIを表示していこうと思います。 今回は、ウィンドウ、ボタン、スライダー、テキスト、画像の使い方を書いていきます。 UIの表示の前に、表示するフォントを変えましょう。 フォント変更は、毎 ...
This is a tweak that can be based off of for developing menus and other things in iOS Unity games. I've only tested in Unity 2017.4.30f1 (Genshin Impact) but other ...
Dear ImGui is a bloat-free graphical user interface library for C++. It outputs optimized vertex buffers that you can render anytime in your 3D-pipeline enabled application. It is fast, portable, ...