Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sagacious-software/dang
Simple GUI toolkit in ANSI C!
https://github.com/sagacious-software/dang
ansi ansi-c c c89 c90 graphical-user-interface gui interface toolkit ui user user-interface ux widget
Last synced: about 1 month ago
JSON representation
Simple GUI toolkit in ANSI C!
- Host: GitHub
- URL: https://github.com/sagacious-software/dang
- Owner: Sagacious-Software
- License: mit
- Created: 2020-11-10T05:30:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T23:37:47.000Z (about 4 years ago)
- Last Synced: 2024-10-31T01:42:14.420Z (3 months ago)
- Topics: ansi, ansi-c, c, c89, c90, graphical-user-interface, gui, interface, toolkit, ui, user, user-interface, ux, widget
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dang
Simple GUI toolkit in ANSI C!
## Build
Build the library and the demos by running this in the root of the repository:
```bash
meson builddir --buildtype release
cd builddir
meson compile
```(Optionally do `--buildtype debug` instead if you would like to keep debugging information and turn optimizations off, e.g., if you want to do development.)
## Try the demos
Try the demos by running this in the build directory:
```bash
meson test
```## Install
And when you are ready to install do this in the build directory:
```bash
meson install
```## TODO
_everything lol_