An open API service indexing awesome lists of open source software.

https://github.com/vadniks/arnamsneat

A SDL based GUI Toolkit
https://github.com/vadniks/arnamsneat

c23 cmake gui modern-c sdl2 shared-library

Last synced: 8 months ago
JSON representation

A SDL based GUI Toolkit

Awesome Lists containing this project

README

          

# A simple, lightweight and flexible SDL2-based GUI toolkit library

Currently only for Linux systems. Not thread-safe. Supports UTF-8 encoding.

Example usage is shown in the demo executable.

## Screenshot

![alt text](screenshot.png)

## Build

```shell
mkdir build
cd build
cmake ..
make
./demo # run demo
```