Nuklear icon indicating copy to clipboard operation
Nuklear copied to clipboard

Use GLAD for all OpenGL demos

Open ccawley2011 opened this issue 10 months ago • 2 comments

ccawley2011 avatar Feb 17 '25 20:02 ccawley2011

I love that idea. One external dependency less using GLAD as header library.

oflebbe avatar Mar 29 '25 10:03 oflebbe

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.

aichingm avatar Jul 28 '25 11:07 aichingm