vurtun / nuklear

A single-header ANSI C gui library
13.66k stars 1.11k forks source link

D3D11 window #786

Open Chaos192 opened 5 years ago

Chaos192 commented 5 years ago

I want to create windows with Nuklear using d3d11 and so I compiled the demo and have that working but how exactly do I draw nuklear GUI as it's own window and not within an created window if that makes sense.

I want to have nuklear as it's own window basically and not be within another window as that looks ugly.

TyrarFox commented 5 years ago

Are you looking for this? https://github.com/vurtun/nuklear/issues/658