Project

tacho

0.0
No commit activity in last 3 years
No release in over 3 years
Records performance data and displays it.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.17
~> 5.0
~> 10.0
 Project Readme

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

  1. SDL2
  2. Cairo

Building

  1. Goto repository directory
  2. $ mkdir build
  3. $ cd build
  4. $ cmake ..
  5. $ make
  6. $ ./tacho