imgui
NanoGUI
Our great sponsors
imgui | NanoGUI | |
---|---|---|
290 | 7 | |
45,055 | 4,179 | |
- | - | |
8.9 | 0.0 | |
2 days ago | over 2 years ago | |
C++ | C++ | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
imgui
-
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
-
GUI programming in C++
Dear ImGui easy to use and understand immediate mode is simple to understand and fits games with a render loop Small file size Con: Doesn't look like your native OS widgets
-
X Window System Basics
- X Toolkit Intrinsics Reference Manual
However they have very little to do with how modern operating systems (Windows, MacOS) deal with that stuff.
As for toys, I'd recommend reading about Dear ImGui [1]. It handles everything you mentioned while being self-contained so you can see how everything works from top to bottom. Many talks and articles have been written about it though I can't vouch for any of them.
- Welches ist die beste Programmiersprache für Anfänger?
-
What is the fastest, lightest weight GUI framework?
Check out these: https://github.com/ocornut/imgui https://github.com/mikke89/RmlUi
-
Music Player Application Project
ImGUI (https://github.com/ocornut/imgui) probably as simple as it can get
-
C++ Projects with GUI
One simple, rather unimportant GUI library is this one, and even they claim a pretty long user list
-
How to create GUI applications using C/C++
Dear ImGui and SFGUI are options.
-
Is Raylib optimal for this project?
Raylib was created primarily for game development. If all you need is a minimal graphics library for drawing ui, then I would check out Nuklear or IMGUI Raylib will not help all that much with writing code to interface with the arduino and calculate the map.
NanoGUI
-
What is the fastest and easiest way to do GUI?
With 2.5 days you probably don't want anything that requires much setup, so Qt is probably a non-starter. You could try this one: https://github.com/wjakob/nanogui, the examples are not the platonic ideal of modern C++ programming, but that also means you don't need much mastery of the language to hammer a program until it has a GUI.
-
Ask HN: What was better in the golden age of tech (a.k.a. the grumpy thread)
I've dipped my toes into GUI development just enough to know you can have "simple," or you can have "native," but not both. There are smaller projects like nanogui[0] and microgui[1] out there, but of course they're only as small as they are because they don't use native widgets.
-
NanoGUI VS nanogui - a user suggested alternative
2 projects | 12 Feb 2022
-
C++ dev having trouble finding what ui toolkit to use for pet project
### [NanoGUI](https://github.com/wjakob/nanogui)
-
In search of a simple GUI library for C/C++
I have only played with this briefly, but after the initial setup NanoGUI seemed pretty intuitive https://github.com/wjakob/nanogui
-
Nuklear: A cross-platform GUI library in C
Wondering if this was inspired by Wenzel Jakob's nanogui [0] by any chance. (cz that's what I wanted to do, rewrite nanogui in C, so I don't have to rely on a C++ compiler).
What are some alternatives?
nuklear - A single-header ANSI C immediate mode cross-platform GUI library
wxWidgets - Cross-Platform C++ GUI Library
GTK+ - Read-only mirror of https://gitlab.gnome.org/GNOME/gtk
CEGUI
FLTK - FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
nana - a modern C++ GUI library
egui - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
nuklear
webview - Tiny cross-platform webview library for C/C++/Golang. Uses WebKit (Gtk/Cocoa) and Edge (Windows)
raylib - A simple and easy-to-use library to enjoy videogames programming
GuiLite - ✔️The smallest header-only GUI library(4 KLOC) for all platforms
WPF - WPF is a .NET Core UI framework for building Windows desktop applications.