An open API service indexing awesome lists of open source software.

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.

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**