Skip to content

πŸ“ˆ Visualize data (matrix, array, vector, container, etc.) in browser for quick debugging in pure C++

License

Notifications You must be signed in to change notification settings

DevToolsOrganization/matrix-data-visualization-DAVIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

C++ Workflow License: MIT

Quality Gate Status Reliability Rating Maintainability Rating Code Smells Duplicated Lines (%) Bugs Technical Debt

Logo



πŸ’‘ About

DAVIS (Data Visualisation tool) is utility for data visualization. The visualization is based on Plotly javascript. DAVIS generates html page with injected data from code and after that launch browser to show it. DAVIS is available like C++ one-header library for quick matrix debugging/visualization, GUI- and CMD- application for text files visualization.

One of the main tasks we solve is to make it easier to debug your application. With DAVIS you can easy visualize your one- and two-dimensional data variables. The second one task is quick and easy visualization of files with numerical data with GUI application.

βš’οΈ Setup

Visit setup page

🐝 Authors


Anton

Valery

πŸ“ž Contacts

For any questions please contact
devtools.public@gmail.com

πŸ“ License

License is MIT

Copyright 2024 Anton Martinov & Valery Stanchyk

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the β€œSoftware”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED β€œAS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.