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

https://github.com/vadniks/dnealar

A simple OpenGL GUI toolkit
https://github.com/vadniks/dnealar

cmake graphics-programming gui modern-c modern-opengl sdl2 shared-library

Last synced: 8 months ago
JSON representation

A simple OpenGL GUI toolkit

Awesome Lists containing this project

README

          

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

Currently only for Linux systems. Not thread-safe. Supports UTF-8 encoding.
Expects a TTF library to be provided.

Example usage is shown in the demo executable.

## Screenshots

![](screenshots/a.png)
![](screenshots/b.png)
![](screenshots/c.png)

## Build & run

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