Registry / other / nuklear

nuklear

JSON →
library4.13.2vcpkgunverified

This is a minimal state immediate mode graphical user interface toolkit written in ANSI C and licensed under public domain

vcpkg install nuklear
INSTALL
IMPORT
SIG · NUKLEAR
N
nuklear
othercppv4.13.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nuklear.h
#include <nuklear.h>

Initialize and free a Nuklear context

#define NK_IMPLEMENTATION #include <nuklear.h> int main() { struct nk_context ctx; nk_init_default(&ctx, 0); // Use nk_begin, nk_layout_row_dynamic, nk_button_label, etc. nk_free(&ctx); return 0; }
Debug
Known issues
gotchaMust define NK_IMPLEMENTATION exactly once in one source file before including nuklear.h
fix
Place #define NK_IMPLEMENTATION in exactly one .c/.cpp file before the #include
affects: *
Upgrade
Version history
4.13.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

nuklear — pip install nuklear · libregistry