Skip to content

vadniks/Dnealar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Build & run

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