Nuklear
Nuklear copied to clipboard
Use GLAD for all OpenGL demos
I love that idea. One external dependency less using GLAD as header library.
What is the benefit of this, what issue is this solving?
I don't like the idea of adding a bunch of auto generated code to a git repository at all (could be handled by adding a make target which pulls the header but then building the demos depends on a third party web tool).
I personally like that the demos are very minimal examples without any bloat. That makes them adaptable to any use-case/scenario.