Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Imgui-rs Alternatives
Similar projects and alternatives to imgui-rs
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
slint
Slint is an open-source declarative GUI toolkit to build native user interfaces for Rust, C++, JavaScript, or Python apps.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
-
-
-
-
-
-
-
-
portaudio
PortAudio is a cross-platform, open-source C language library for real-time audio input and output.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
imgui-rs discussion
imgui-rs reviews and mentions
-
GUI library for fast prototyping
there is a good bindings for imgui
-
I need a GUI framework that can do the following!
There are rust bindings for Dear Imgui. It's a great immediate mode gui that has been used in the gaming industry for tooling. It supports floating windows and such. And there is a lot of customisability to be had. The benefit of the immediate mode gui is that it is constructed and rendered separately from the rest of the logic. Allowing you to build out whatever the gui is for, separately. Then, the gui can be removed from the final build if that is what you want.
-
Cargo build feature issue: Building winit problem, says no features specified
Looks like the culprit is imgui-winit-support: https://github.com/imgui-rs/imgui-rs/pull/716
-
Help needed with imgui + wgpu on wasm
I am trying to use the imgui crate (along with imgui-winit-support and imgui-wgpu) with wgpu. I have followed the imgui-wgpu example and have gotten everything to work on the native version of the project.
-
What are the pros/cons of the best GUI options for a cross platform app in Rust?
Currently, I have narrowed potential libraries to: 1. Flutter 2. FLTK 3. Relm (GTK) 4. iced 5. Slint 6. Imgui, Imgui-rs 7. and gtk-rs
-
Hey Rustaceans! Got a question? Ask here (4/2023)!
Imgui, Imgui-rs
-
Windows Central: "Microsoft to merge Surface Pro X ARM and Surface Pro 9 Intel versions under one product line"
To move on to GUI dev, there's the Qt Framework, Eto.forms for C#; Rust has the ImGui wrapper for the C++ Dear ImGui library.
-
Which library should I use for creating an overlay?
Have you looked into the imgui bindings for rust? imgui-rs
-
ImGui with Glium. Need help setting up!
All the examples in the imgui repository use glium
- Is there any GUI framework or interface in RUST?
-
A note from our sponsor - InfluxDB
influxdata.com | 25 Apr 2025
Stats
imgui-rs/imgui-rs is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of imgui-rs is Rust.