23 open-source projects similar to dfranx/imfiledialog, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best ImFileDialog alternative.
| | Win | Linux | MacOs | | :---: | :---: | :---: | :---: | | Msvc | | | | | Gcc | | | | | Clang | | | | | Leak Sanitizer | | | |
imgui-filebrowser is a header-only file browser implementation for dear-imgui. C++ 17 is required.
This is a collection of widgets and utilities for the immediate mode GUI (imgui) that I am developing for the critic2 GUI. Currently, the contents of this repo are:
Syntax highlighting text editor for ImGui
imGuIZMO.quat is a ImGui widget: like a trackball it provides a way to rotate models, lights, or objects with mouse, and graphically visualize their position in space, also around any single axis (Shift/Ctrl/Alt/Super). It uses quaternions algebra, internally, to manage rotations, but offers the…
A Dear ImGui Widget for displaying Flame Graphs.
ImGuizmo is a widget library for Dear ImGui that provides interactive graphical components for 3D transformations, chronological timelines, vector geometry editing, and node-based data flow. It primarily provides a 3D transformation gizmo for manipulating the rotation, translation, and scale of objects within a 3D scene. The library includes a visual node graph editor for managing networks of connected nodes to represent data flow and a linear sequence timeline for editing frame ranges for events. It also features a vector path editor, which uses a pen tool and anchor handles to create and ma
This project will no longer be maintained by Intel. Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project. Intel no longer accepts patches to this project.
A small, dependency-free node editor for dear imgui
DearWidgets aim to produce useful Widgets particulary useful on Graphics (Image Processing, 3D, ...). DearWidgets aim to provide helper to simplify creation of custom widgets.
An improved plot widget for Dear ImGui, aimed at displaying audio data