nuklear
RmlUi
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
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.
nuklear
-
LÖVE: a framework to make 2D games in Lua
> And for the right project, especially those where a predefined engine structure does not not fit, it can still be the most productive choice.
Right on. While interning at an oil refinery, I developed an application in LÖVE that processes and displays data from spectrometers. In hindsight it may not have been the wisest choice, but hand rolling all the GUI elements I couldnt force out of the Nuklear[0] bindings for LÖVE gave me a strange sense of satisfaction.
-
Looking for a Julia gui framework with a demo like EGUI
No, Nuklear has been updated 2 days ago.
-
Is there no simple GUI library for pure C?
I think good option would be nuklear it is a single header lib
-
ImGui or text rendering libraries
For GUI, there are lots, most well-known of course being Dear Imgui, for which people have made auto-generated C bindings. Another mature but a lot simpler option is Nuklear, as others have mentioned. Even more minimalistic (it's just 1KLOC) is microui. There are a lot more, just google "imgui library c".
There's Nuklear.
-
GUI frameworks for an SDL-based roguelike?
What about https://github.com/Immediate-Mode-UI/Nuklear ?
-
Looking for minimal UI framework which will work with SDL2/OpenGL
Nuklear? They have a number of backends.
- CLib: Header-only C library that implements the most important classes from GLib
- Nuklear – A single-header ANSI C immediate mode cross-platform GUI library
- I think I am ready for the next step - a visual program. Can you give me the rundown?
RmlUi
-
declarative GUI libraries
How about https://github.com/mikke89/RmlUi ?
- Why aren't there more GUI frameworks in C++ compared to other languages?
-
What is the fastest, lightest weight GUI framework?
Check out these: https://github.com/ocornut/imgui https://github.com/mikke89/RmlUi
-
RmlUi 5.0 released - A C++ user interface library based on HTML/CSS
You're right, it's a fork of libRocket. The original library hasn't seen any development in years, so in a sense RmlUi is a continuation of it too. There's been a lot of changes since then, you can see all of it in the full changelog here.
-
Is there any MIT/BSD licensed UI framework for C++ ?
I haven't actually used either one, but there's HikoGUI (previously known as TTauri) under the Boost license and RmlUI under MIT. Not sure if they're very OS-integrated in the way you want or not.
-
GUI for software, not games, but lighter than Qt ?
RmlUI
this came up in a recent thread: https://github.com/mikke89/RmlUi
-
[Discussion] What are some old C++ open source projects you wish were still active?
Thanks for the suggestion! I was just taking a look through the Issues and looks like RmlUi Forked and is currently maintained now https://github.com/mikke89/RmlUi. Doesn't look this this deviated from the core idea here of librocket and is actively maintained since 2019.
What are some alternatives?
imgui - Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
imgui-node-editor - Node Editor built using Dear ImGui
libui - Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports.
NanoGUI - Minimalistic GUI library for OpenGL
sciter - Sciter: the Embeddable HTML/CSS/JS engine for modern UI development
GTK+ - Read-only mirror of https://gitlab.gnome.org/GNOME/gtk
libRocket - libRocket - The HTML/CSS User Interface library
raygui - A simple and easy-to-use immediate-mode gui library
webview - Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).
FTXUI - Features: - Functional style. Inspired by [1] and React - Simple and elegant syntax (in my opinion). - Support for UTF8 and fullwidth chars (→ 测试). - No dependencies. - Cross platform. Linux/mac (main target), Windows (experimental thanks to contributors), - WebAssembly. - Keyboard & mouse navigation. Operating systems: - linux emscripten - linux gcc - linux clang - windows msvc - mac clang
Elements C++ GUI library - Elements C++ GUI library