nothings / single_file_libs

List of single-file C/C++ libraries.
8.88k stars 584 forks source link

Add sokol_gfx.h (3D API wrapper) and sokol_time.h (x-platform timing) #108

Closed floooh closed 5 years ago

floooh commented 6 years ago

This adds two of my dependency-free single-header-libs (both are in the same repo). They are written in C and callable from C and C++. Tested on clang, gcc and VS on Win7, Win10, OSX, Linux, iOS, Android, asm.js and WebAssembly:

I tried to follow the STB header design-philosophy (how configuration via macros works etc...).

PS: here are direct links to the headers: