https://github.com/montyanderson/pugs
View pugs, quickly and easily.
https://github.com/montyanderson/pugs
c glut json web
Last synced: about 2 months ago
JSON representation
View pugs, quickly and easily.
- Host: GitHub
- URL: https://github.com/montyanderson/pugs
- Owner: montyanderson
- Created: 2020-01-02T15:36:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-09T20:22:30.000Z (over 6 years ago)
- Last Synced: 2025-03-11T10:45:21.582Z (over 1 year ago)
- Topics: c, glut, json, web
- Language: C
- Homepage:
- Size: 249 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pugs
> View pugs, quickly and easily.

pugs pull an image from [dog api](https://dog.ceo/dog-api/) and displays it on every click.
## Install
Install GLUT, libcurl, libjpeg.
```
# On Ubuntu, this is as easy as
sudo apt-get install mesa-utils freeglut3-dev libcurl4-openssl-dev libjpeg-dev
```
```
make
sudo make install
```
```
$ pugs
```