Seems like it is a very nice way to get into openGL from D.
http://glad.dav1d.de/
I generated the bindings for all the latest versions of the
various specifications.
Does anyone have any tutorials that use this library effectively?
There's this
https://github.com/Dav1dde/glamour
But not sure what it is(diff between it and glad). Says it's a
wrapper to OpenGL... but does it use the glad generated bindings?
It looks like I'd prefer this to derelict because it seems like
it is a automatically generated binding... which means future
extensibility and no "extra" stuff.
Would be nice if it works with dub. How could I use it easily
with dub as a local library? (create a dependency from a local
file location)
Thanks.