This will delete the page "Home". Please be certain.
The wiki is a work in progress
Welcome to the Nuklear wiki. Here you will find links to all documentation. If you want to learn more about the available components see the sidebar, which has them all listed out.
If you are starting out and unsure what to do we recommend the following:
In general, the demo folder should contain enough example code to get you started if you are familiar with C/C++.
Nuklear is a backend agnostic library, which means you need to provide a backend (opengl, vulkan, sdl, glfw, etc) and some plumbing for Nuklear before you can actually display things on the screen.
in progress
A backend needs to do a couple of things:
You can position your components using different layout techniques:
Various components support images (buttons, labels, comboboxes). There is also the more generic nk_draw_image:
You can change the look and feel of Nuklear to whatever you like. Take a look at the skinning example to see how. In short, you can access the nk_context.style variable to change the look and feel of various components.
See https://github.com/Immediate-Mode-UI/Nuklear/issues/251 for some user submitted content.
This will delete the page "Home". Please be certain.