https://github.com/gnuton/littlegui
An experimental tiny lib for building apps for different targets
https://github.com/gnuton/littlegui
Last synced: 8 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 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T19:39:03.000Z (over 7 years ago)
- Last Synced: 2025-03-06T06:48:12.010Z (over 1 year 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
```