aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: bb020aa16b759fafa70d669b58e0ee42ed6cb98e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# LZR
Simple C game framework based on SDL2.
LZR is meant to be used in my own games as a base,
while staying simple, flexible and easy to grasp at the core.

## dependencies
LZR depends on SDL2, SDL2_gfx, SDL_image, SDL_mixer and
[libdx](https://git.sr.ht/~kikoodx/libdx).

## usage
Drop lzr.c and lzr.h in a project, add flags for the dependencies.

Initialize LZR with `LZR_Init()`, quit and cleanup with `LZR_Quit()`.
Header is self documented, see `lzr.h`.

## license
LZR is under the MIT license, see LICENSE for details.