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

https://github.com/gnuton/littlegui

An experimental tiny lib for building apps for different targets
https://github.com/gnuton/littlegui

Last synced: 3 months ago
JSON representation

An experimental tiny lib for building apps for different targets

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/gnuton/LittleGUI.svg?branch=master)](https://travis-ci.org/gnuton/LittleGUI)
# LittleGUI
Just a fun project made during my summer vacation spare time.

## Building
```
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make
```