Immediate-Mode-UI / Nuklear

A single-header ANSI C immediate mode cross-platform GUI library
https://immediate-mode-ui.github.io/Nuklear/
Other
9.37k stars 572 forks source link

Overlapping components/widgets #102

Open asacainbbc opened 4 years ago

asacainbbc commented 4 years ago

Sorry to open an issue, I tried looking through documentation examples and then the header file but couldn't find anything conclusive.

Is it possible to overlap widgets using Nuklear? For example an image with a text placed on top?

exchg commented 4 years ago

Is it possible to overlap widgets using Nuklear?

You can look into nk_popup. In short - yes, you can use nk_window and similar for this.