Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 473 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 473 Bytes

WPlot

Introduction

WPlot is a C++11 plotting library. It's based on Qt framework and it's based on custom widgets that draw plots.

Dependencies

The library needs following libraries in order to build and work:

  • Qt (version >= 5.0)

Build tools

In order to build and use the library a C++11 compiler that support Qt is needed. The library can be built using CMake (version >= 3.0.0).