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
- Host: GitHub
- URL: https://github.com/gnuton/littlegui
- Owner: gnuton
- License: lgpl-3.0
- Created: 2018-08-31T13:40:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T19:39:03.000Z (over 6 years ago)
- Last Synced: 2025-01-16T18:05:12.177Z (5 months ago)
- Language: C++
- Homepage:
- Size: 748 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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
```