https://github.com/rosendo-martinez/screensaver
A screensaver desktop application.
https://github.com/rosendo-martinez/screensaver
Last synced: 3 months ago
JSON representation
A screensaver desktop application.
- Host: GitHub
- URL: https://github.com/rosendo-martinez/screensaver
- Owner: Rosendo-Martinez
- Created: 2024-07-10T18:22:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T18:26:19.000Z (11 months ago)
- Last Synced: 2025-01-19T07:24:50.816Z (5 months ago)
- Language: C++
- Size: 226 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Screensaver
This project is screensaver desktop application (check out screenshots bellow).
This project uses:
- c++
- SFML
- gcc# How to build and run project
Note, you need SFML to run this project.
First, compile main:
```
$ g++ -c main.cpp
```Second, link main with libraries and create executable:
```
$ g++ main.o -o screensaver -lsfml-graphics -lsfml-window -lsfml-system
```Finally, run it:
```
$ ./screensaver
```# Screenshots


