Basic functionnality and configuration posssible
This commit is contained in:
commit
d3fa3350ee
5 changed files with 191 additions and 0 deletions
29
README.md
Normal file
29
README.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Screaming Hot
|
||||
|
||||
Make your computer scream when it gets hot !
|
||||
|
||||
# Limitations
|
||||
|
||||
This only handles temperature reading for Linux, as it is exposed by a simple file. Not tested on MacOS.
|
||||
|
||||
# Usage
|
||||
|
||||
Running the program without arguments will use default values set in code.
|
||||
The two first arguments set the minimum and maximum temperature of the range, the third sets the number of samples for
|
||||
averaging it temperature readings and the fourth the file where temperature should be read from.
|
||||
|
||||
Any other number of arguments or a number that cannot be parsed will print out the usage details.
|
||||
|
||||
Pressing `Escape` will quit the application.
|
||||
|
||||
# Building
|
||||
## Dependencies
|
||||
|
||||
- SFML
|
||||
- Audio
|
||||
- Window
|
||||
- System
|
||||
|
||||
## Sources
|
||||
|
||||
`scream.ogg` is a short extract from Rick and Morty, © Adult Swim.
|
Loading…
Add table
Add a link
Reference in a new issue