This project was the last Rush of the CPP Piscine at 42 Silicon Valley. The goal was to implement a simple analogue of the GKrellM over the weekend.
The system monitor can display information about the following modules in the real time:
- Hostname/username module
- OS info module
- Date/Time module
- CPU module
- RAM module
- Network module
- Disks module
Ft_GKrellM works in two different modes:
-t: text (or terminal) mode
-g: graphical mode
-
Install SFML
brew install sfml
-
Build
make
-
Configure
Set + for necessary modules at
configfile
-
Launch
LD_LIBRARY_PATH=~/.brew/Cellar/sfml/2.5.1/lib ./ft_gkrellm [-tg]