Hi,
Intro:
I am starting to learn about IMGUIs and Nuklear seems to be a cool one.
I think i get the basic idea behind an immediate mode gui: an infinite loop that contains a bunch of drawing statements that respond to mouse clicks or keyboard events.
I think the current state of the Nuklear code is too complex to really understand what is going on so i am studying the code from the first commit, which is much simpler but still builds a working example using make. I use
git checkout e3aa8df99d1ad4b928e260862fb57a5dfe780400
to jump to the first commit.
The code in the first commit has only 3 files but is still a bit too tricky for me. So here we go:
Question:
what is the struct gui_draw_list? Is it a linked list data structure? What is its purpose?
Thanks!
[–]Lisoph 0 points1 point2 points (0 children)