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
- Host: GitHub
- URL: https://github.com/vadniks/dnealar
- Owner: vadniks
- License: mpl-2.0
- Created: 2024-05-18T15:36:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-04T10:44:23.000Z (over 1 year ago)
- Last Synced: 2025-01-17T06:08:58.755Z (10 months ago)
- Topics: cmake, graphics-programming, gui, modern-c, modern-opengl, sdl2, shared-library
- Language: C
- Homepage:
- Size: 249 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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



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