Home

Awesome

gunslinger GitHub GitHub top language CI

Gunslinger is a header-only c99 framework for multimedia applications.

Features

Documentation

Basic Example

A simple c99 'Hello World' example using gunslinger:

#define GS_IMPL
#include <gs.h>

gs_app_desc_t gs_main(int32_t argc, char** argv)
{
   return (gs_app_desc_t){0};
}

Projects using GS

Drop Down Terminal Util

https://github.com/Samdal/gs_ddt_ex

Roadmap