Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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_