This is the viewer application for the tacho ruby gem.
Code style
Even if the application is written in C++, we use classic C-style with some C++ features. Notably we use the following C++ features:
- operator overloading
- method overloading
- auto keyword (type inference)
Libraries
- SDL2
- Cairo
Building
- Goto repository directory
- $ mkdir build
- $ cd build
- $ cmake ..
- $ make
- $ ./tacho