C99, header-only framework for games and multimedia applications
#c #c99 #library #gamedev #framework #library #header-only #headeronly #header #single-file #singlefile #gameengine #engine #graphics #3d #2d
|
|
hai 1 mes | |
|---|---|---|
| .github | %!s(int64=3) %!d(string=hai) anos | |
| docs | %!s(int64=4) %!d(string=hai) anos | |
| external | hai 3 meses | |
| impl | hai 1 mes | |
| util | hai 3 meses | |
| .gitignore | %!s(int64=4) %!d(string=hai) anos | |
| LICENSE | hai 1 mes | |
| README.md | %!s(int64=3) %!d(string=hai) anos | |
| gs.h | hai 1 mes |
Gunslinger is a header-only c99 framework for multimedia applications.
Windows, OSX, Linux, Android, and HTML5 currently with plans to add UWP, RPI, IOS.Vulkan/DX12/Metal.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};
}
https://github.com/Samdal/gs_ddt_ex