/light

A light graphics toolkit.

Light

A light graphics toolkit. ☀️


Light is a simple library for working with fast, portable graphics APIs. Light works on Windows. A user guide can be found in doc.

Light is designed to be as simple as possible to use, but no simpler.

To get started, please follow the Getting Started Guide.


Technical Details

Light is written in portable ANSI C and uses Vulkan.

Dependencies

Light depends on SDL2 to create a Vulkan pipeline. Please make sure your library or executable is linked with SDL 2.0.12 or greater.

Samples

To see Light samples, please clone the Samples repo:

git clone --recursive https://github.com/phoenix-engine/light-samples ../samples