C99, header-only framework for games and multimedia applications
Gunslinger is a stb-style, header-only c99 framework for multimedia applications.
Windows,
OSX,
Linuxcurrently with plans to add
Android,
RPI,
IOS, and
HTML5.
Vulkan/
DX12/
Metal.
A simple c99 'Hello World' example using gunslinger:
#define GS_IMPL #includegs_app_desc_t gs_main(int32_t argc, char** argv) { return (gs_app_desc_t){0}; } </gs.h>