|
|
|
|
|
by saticmotion
3468 days ago
|
|
Increasingly popular are the "single header libraries", which were popularised by Sean Barrett[0]. It's as simple as downloading the header, putting it somewhere in your tree and #including it where you need it. It's especially useful for redistributing libraries, but I've also found it useful to create these in my own projects. [0]https://github.com/nothings/stb |
|