Nuklear is an open source minimal-state, immediate-mode graphical user interface (GUI) toolkit written in ANSI C. It is designed to be lightweight, portable, and self-contained, requiring no external dependencies. The library is easy to integrate into existing applications by including a single header file, making it popular for game development, prototypes, and embedded systems. Nuklear supports a variety of UI elements such as windows, buttons, sliders, and text inputs, with customizable styling for flexibility. Its immediate-mode design emphasizes simplicity and low memory usage, enabling developers to create responsive interfaces with minimal overhead. As a public domain project, Nuklear is widely adopted in both professional and hobbyist projects for quick GUI development.
Features
- Single-header ANSI C library for GUI development
- Immediate-mode design for simplicity and speed
- No external dependencies, fully self-contained
- Supports widgets like buttons, sliders, and text inputs
- Lightweight and portable across platforms
- Customizable styles and layouts