Open sp00ck opened 5 years ago
Assuming you're trying to modify the demo/sdl_opengl3/main.c
, you have to write everything between nk_begin()
and nk_end()
, otherwise it won't work.
Can You show any example?
¿Puedes mostrar algún ejemplo? @xor256 @sp00ck https://github.com/vurtun/nuklear/blob/master/example/canvas.c
@hbiblia Your link are not answer because this can draw on background and DONT draw menu , windows etc. Problem are how using both menu and draw on background
What I made wrong? Is possible draw a line directly on background?
meybe
nk_stroke_line( (struct nk_command_buffer *)&((ctx->current)->buffer), ...
this are wrong? Anybody can tell me how correct it?