Skip to content

ar90n/sdviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is sdviz ?

sdviz stands for Simple Data Visualizer.
I developed this library to show image, chart and text data and interact to them by C++.
sdviz contains http and websocket server. So users can access these data using Web browser.

Installation

git clone git@github.com:ar90n/sdviz.git
mkdir build
cd build
cmake ../sdviz
make && make install

Screenshot

screenshot

Feature

  • Watch data using Web browser via http and websocket.
  • Visualize text, image and chart data.
  • Support Line, Bar and Scatter Chart
  • Support RGB888 Image.
  • Support two intaractive components ( Button and Slider ).

Future

  • Improve canvas component.
  • Add test cases.
  • Add excamples.

License

This software is released under the MIT License, see LICENSE.txt.

About

sdviz stands for Simple Data Visualizer

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages