▲ | colleagueRiley 3 days ago | ||||||||||||||||||||||||||||||||||
Sure, but the library is also relatively small, so it compiles quickly. Although if you want to you can compile it on its own. It's also possible to compile it on its own using `gcc -c -x c -D RGFW_IMPLEMENTATION RGFW.h` Nuklear is not a true single-header style library, it only uses that as a format. The difference is that the design is far less compact and lightweight than a stb-style library. I'm pretty sure GLFW has some files that are nearly the same size as RGFW, for example. | |||||||||||||||||||||||||||||||||||
▲ | ranger_danger 3 days ago | parent [-] | ||||||||||||||||||||||||||||||||||
Why do you claim Nuklear is not a "true single-header style library"? And who gets to say what that even means? | |||||||||||||||||||||||||||||||||||
|