vurtun/nuklear

(Question) images in nuklear

Opened this issue · 2 comments

Not much a issue, more a question. I have been using nuklear for a while now, but I have never seen a way to implement a image in nuklear. Is this possible?

(I want to load a image either from a url or a local file either from a resource file or bitmap)

It's definitely possible. Have a look at the x11_opengl2_tex demo.

@AlxBrn Did you try nk_draw_image, I mean this is pretty straightforward.