簡単なツールを作るのに,ImGuiがかなり重宝してきたので,
これを機にImGuiを使ったライブラリをちょっと作ろうかと思い始めました。
そんなわけで,今すぐ動けるわけではないので,後で実装するために参考プログラムを一覧を書いておこうと思います。
ImGuizmo
ImGuiを使ったマニュピュレーター(ギズモ)のライブラリ。
https://github.com/CedricGuillemet/ImGuizmo
カラーピッカー
https://github.com/ocornut/imgui/issues/346
ノードベースエディタ
https://github.com/ocornut/imgui/issues/306
ドッキングパネル
https://github.com/ocornut/imgui/issues/351
https://github.com/nem0/lumixengine
タイムライン
https://github.com/nem0/LumixEngine/blob/timeline_gui/external/imgui/imgui_user.inl
プロファイラ
https://github.com/mikesart/gpuvis
タブコントロール
https://github.com/ocornut/imgui/issues/261
https://github.com/ocornut/imgui/issues/1083
シリアライズ・デシリアライズ
http://qiita.com/Ushio/items/827cf026dcf74328efb7
Undo/Redo
まともに実装しようとするとコマンドシステムを自前で構築するしかなさそう。
ImGuiのLuaバインディング
https://github.com/patrickriordan/imgui_lua_bindings