nuklear icon indicating copy to clipboard operation
nuklear copied to clipboard

Incomplete example code

Open vadtec opened this issue 6 years ago • 1 comments

https://rawgit.com/vurtun/nuklear/master/doc/nuklear.html#nuklear/example and also in the README.md contains "MAX_MEMORY" ...yet there is no provided define of it. Not even a hint as to how big it should be. This makes the example rather useless and difficult to implement on the fly. Seriously confusing for first-timers of nuklear.

If this is going to be the most basic example, why not put a version of it in the examples/ folder? You have a large number of examples, but they are all quite involved. Create basic.c or simple.c, cram this code and everything needed to make it work in it, ::poof:: problem solved.

vadtec avatar Feb 19 '19 17:02 vadtec

somewhere i read it needs to be at very least ~400 bytes and the value used by the functions which do not require that param is 8192

irtusb avatar Feb 20 '19 16:02 irtusb