Skip to content

sfranzen/ktuner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KTuner

KTuner aims to be a fast and accurate instrument tuner with an abundantly clear user interface.

The intent of this project is to teach myself how to write an application using KDE Frameworks 5, Qt5 and QML, while working on something of practical use. The main GUI elements are written in QML, embedded as QQuickWidgets in a (QWidget- based) KXmlGui window.

Dependencies

  • Qt 5.7.0:
    • Core
    • Multimedia
    • Widgets
    • QuickWidgets
    • Qml
    • Charts
  • KF5:
    • Declarative
    • XmlGui
    • I18n
    • Config
  • FFTW3

Build Instructions

$ git clone https://github.com/sfranzen/ktuner.git
$ cd ktuner
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
$ make
$ sudo make install

Credits

Application icon made by Freepik from http://www.flaticon.com.

About

Instrument tuner with a simple and clear user interface.

Resources

License

Stars

Watchers

Forks

Packages

No packages published