Not the best name in times of Trump...
Nuklear: A single-header ANSI C GUI library
11–20 of 186 posts
Re: Nuklear: A single-header ANSI C GUI library
#12Re: Nuklear: A single-header ANSI C GUI library
#13Re: Nuklear: A single-header ANSI C GUI library
#14You can't build a "ANSI C GUI library", because ANSI C has no graphical capabilities.
Re: Nuklear: A single-header ANSI C GUI library
#15I really do not understand why 'single header' is considered a good thing, but I see this more and more often on libraries. What is the reason all the code is put in the header file?
Re: Nuklear: A single-header ANSI C GUI library
#16Re: Nuklear: A single-header ANSI C GUI library
#17Re: Nuklear: A single-header ANSI C GUI library
#18I really do not understand why 'single header' is considered a good thing, but I see this more and more often on libraries. What is the reason all the code is put in the header file?
However, having used a few of these "single-header" libraries my main concern is navigating a 9000 sloc header file as opposed to a neatly re-factored version...
An explanation of how undefined behaviour is possible would be welcome.
Re: Nuklear: A single-header ANSI C GUI library
#19I'm guessing this deals with accessibility the same way most other 'light' UI toolkits do - by not dealing with it at all?
Re: Nuklear: A single-header ANSI C GUI library
#20You can't build a "ANSI C GUI library", because ANSI C has no graphical capabilities.