Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 625 Bytes

File metadata and controls

21 lines (16 loc) · 625 Bytes

Chartastic - C++ Charting library

UNI: kpd2136, ru2155, ka3088

Library uses raylib as the underlying graphics engine and exposes an API for users to plot multiple types of charts.

Installation

1. Setup Raylib

Please refer to the Raylib build and instillation guide for instructions to download raylib on your OS.

2. Building Chartastic

cd build
cmake ..
make

Run make to create executables for all demos in the examples directory, or to create one for a specific example:

make bar_example