Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 589 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 589 Bytes

C++ integration

This folder contains C++ code for lognplot integration.

Folders:

  • example contains a C++ lognplot client example.
  • lognplot contains the C++ lognplot library, which you can use in your application.

building

As a preparation, build the clognplot library:

$ cd ../clognplot
$ cargo build --release

Use cmake to build this folder:

$ mkdir build
$ cmake ..
$ make

Idea section

Use C++ with Qt for user interface.

Use QML for user interface.

Use RUST for library of time series database.

Use C++ to bind the two things together.