Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/equals215/csfml_screensaver
B-MUL-100_my_screensaver
https://github.com/equals215/csfml_screensaver
Last synced: 1 day ago
JSON representation
B-MUL-100_my_screensaver
- Host: GitHub
- URL: https://github.com/equals215/csfml_screensaver
- Owner: equals215
- Created: 2018-05-24T13:31:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T13:44:21.000Z (over 6 years ago)
- Last Synced: 2023-09-05T23:28:44.402Z (about 1 year ago)
- Language: C
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSFML_screensaver
B-MUL-100_my_screensaverThe my_screensaver is part of the C Graphical Programming module at Epitech.
This was the first project i’ve ever done in Graphical Programming, so be indulgent with the quality of the code i’ve produced.## Compiling
You will need the standard libC, Make and the CSFML.
Just execute the following command :make all clean
## Usage
./my_screensaver [OPTIONS] animation_id
animation_id ID of the animation to process (between 1 and 20).
You can show the full helper by executing :./my_screensaver -h
## Notes
Feel free to submit any ideas or report bugs (except the 3re animation core dump).
I encourage you to fork the project and use it in any way.