Open links in new tab
 
  1. imgui で GUI を作るときのメモ - Qiita

    • ImGui はデフォルトではフリーレイアウトです. dockingbranch でドッキング対応が作業中です. 使っている感じではほぼ問題なく動いています. ImGuiConfigFlags_DockingEnableを指定すると … See more

    フォントをソースコードに埋め込みたい

    .ttfファイルを読み込んでだと, ファイルの探索に失敗したりとかで管理が面倒なのでバイナリに埋 … See more

    Qiita
    形状を描画したい.

    Sphere, line, etc.. など. DrawList を取得して, AddRect()などを呼びます. より複雑な形状を描画したり, antialiased line が欲しければ NanoVG あたりを使うのがよいかもれません.… See more

    Qiita
    大量のオブジェクトを描画したい

    Imgui ではデフォルトでは頂点インデックスは 16bit のため, 大量にオブジェクトを描画するとインデックスが足りない assert が出たりします. Omar 先生からアドバイスいただきまし … See more

    Qiita
    画像を表示したい

    ImGui::Imageでいけます. OpenGL で描画する場合, たとえば 8K 画像を一旦 GL テクスチャにするところでかなり時間がかかったりします(e.g. ドライバ内部とか). サムネイル表示がで … See more

    Qiita
    画像だけスクロールさせたい

    画像が大きかったり, 拡大表示したいので Window に入りきらない. デフォルトでは Window 全体にスクロールバーがつくので, 他の text や button などもスクロールしてしまう. Win… See more

    Qiita
    Feedback
     
  1. GitHub - ocornut/imgui: Dear ImGui: Bloat-free …

    WEBDear ImGui is particularly suited to integration in game engines (for tooling), real-time 3D applications, fullscreen applications, embedded applications, or any applications on console platforms where operating system features …

     
  2. DirectXTKに「Dear ImGui」を導入するお話

  3. Image Loading and Displaying Examples · …

    WEBThis guide covers loading an image file from disk and turning it into a GPU texture. Another frequent use of textures is wanting to rendering your application/game scene into a texture and then display that texture inside …

  4. 最強すぎるGUIことImGuiの見た目もイイ感じにする …

    WEBDec 14, 2016 · ImGuiは最強なんだけど,デフォルトで利用していると他のアプリと見た目が被ってしまう.やっぱりそれは悔しいので,がんばってオリジナルでさらにイイ感じなUIを構築するのが本稿の目標である.

  5. OpenGLやDirectXなGUIにimguiが最強すぎる - Qiita

    WEBDec 13, 2016 · imguiとは. imguiは、OpenGLやDirectXなどの描画環境の中で動くGUIフレームワークです(vulkanも?)。 "Immediate Mode GUI"と呼ばれるパラダイムにより、大変短く直感的なコードでGUIを構築できま …

  6. People also ask
  7. Getting Started · ocornut/imgui Wiki · GitHub

  8. How to Build User Interfaces with ImGui | HackLAB

    WEBSep 29, 2017 · The freshly released GeeXLab 0.17.0.1 comes with ImGui support. ImGui has a lot of functions for drawing user interfaces and GeeXLab comes with a subset only, because implementing all those …

  9. Dear ImGui: an interactive manual - imgui manual

  10. ImGui Interactive Manual - GitHub Pages

    WEBAn online interactive manual for Dear ImGui. Dear ImGui is a fantastic Immediate Mode Graphical User interface for C++. Click on the image to launch the manual.