Skip to content
modkitv0.2

modkit.h

#include <modkit/modkit.h>1 functions

Main header for modkit - cross-platform graphics framework.

modkit is a C11 framework inspired by Sokol and raylib, built on bgfx and SDL3. It provides a callback-based API while exposing underlying bgfx/SDL handles for direct access when needed (leaky abstraction). Basic usage:

Functions

mk_versionfunction

const char * mk_version(void)

Get modkit version string.

Returns A borrowed pointer, or NULL when unavailable.