https://github.com/erwan-simon/gkrellm
C++ monitoring program using ncurses library. This project was created during a 2-day school rush.
https://github.com/erwan-simon/gkrellm
cpp game gkrellm ncurses sfml
Last synced: over 1 year ago
JSON representation
C++ monitoring program using ncurses library. This project was created during a 2-day school rush.
- Host: GitHub
- URL: https://github.com/erwan-simon/gkrellm
- Owner: erwan-simon
- Created: 2017-12-19T17:08:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T17:55:48.000Z (over 8 years ago)
- Last Synced: 2025-02-01T11:32:48.639Z (over 1 year ago)
- Topics: cpp, game, gkrellm, ncurses, sfml
- Language: C++
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gkrellm
C++ monitoring program using ncurses or SFML library.
## Requirements
- [Make](https://www.gnu.org/software/make/)
- [G++](https://gcc.gnu.org/)
- [ncurses](https://www.gnu.org/software/ncurses/)
- [SFML](https://www.sfml-dev.org/)
## Compilation
Navigate to the root of the repository from your Terminal and run `make` to build the `my_gkrellm` executable file.
## Execute
- Execute with NCurses
```
./my_gkrellm
```
- Execute with SFML
```
./my_gkrellm -g
```
## Authors
* **Erwan Simon** ([GitHub](https://github.com/erwan-simon) / [LinkedIn](https://www.linkedin.com/in/erwan-simon/))
* **Antoine Roche** ([GitHub](https://github.com/Antoine-Roche))
* **Pierre-Emmanuel Merlier**