InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Nuklear Alternatives
Similar projects and alternatives to nuklear
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
webview
Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
libui
Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports.
-
-
-
-
cimgui
c-api for imgui (https://github.com/ocornut/imgui) Look at: https://github.com/cimgui for other widgets
-
-
-
-
nanogui
Minimalistic C++/Python GUI library for OpenGL, GLES2/3, Metal, and WebAssembly/WebGL (by mitsuba-renderer)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
nuklear discussion
nuklear reviews and mentions
-
RGFW: Single-header C99 window abstraction library
The one big downside I see is that if you want to actually work on the library itself, it's a pain to have to re-compile the entire thing every time you change something.
Nuklear (https://github.com/Immediate-Mode-UI/Nuklear) uses separate files with a deploy script that combines them all into a single header; I think that approach is quicker for iterating on the code.
-
Using Jolt with flecs & Dear ImGui: Game Physics Introspection
Nuklear is an alternative Immediate GUI, also written in C.
- Ask HN: Do you have a problem you'd pay to have taken away?
-
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.
[0]: https://github.com/Immediate-Mode-UI/Nuklear
-
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".
-
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
-
A note from our sponsor - InfluxDB
www.influxdata.com | 17 May 2025
Stats
Immediate-Mode-UI/Nuklear is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of nuklear is C.