MachineIntelligenceCore:Visualization
|
![GitHub license](https://img.shields.io/github/license/IBM/mi-visualization.svg)
![Build Status](https://travis-ci.com/IBM/mi-visualization.svg?branch=master) ![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/IBM/mi-visualization.svg?logo=lgtm&logoWidth=18) ![Total alerts](https://img.shields.io/lgtm/alerts/g/IBM/mi-visualization.svg?logo=lgtm&logoWidth=18)
A subproject of Machine Intelligence Core framework.
Contains tools for building applications with OpenGL-based visualization of data, results of execution etc.
Additionally it depends on the following external libraries:
On Linux (Ubuntu 14.04):
sudo apt-get install git cmake doxygen libboost1.54-all-dev libeigen3-dev freeglut3-dev libxmu-dev libxi-dev
brew install git cmake doxygen boost eigen glfw3
This step is required only when not downloaded/installed the listed MIC dependencies earlier.
In directory scripts one can find script that will download and install all required MIC modules.
git clone git@github.com:IBM/mi-visualization.git cd mi-visualization ./scripts/install_mic_deps.sh ../mic
Then one can install the module by calling the following.
./scripts/build_mic_module.sh ../mic
Please note that it will create a directory 'deps' and download all sources into that directory. After compilation all dependencies will be installed in the directory '../mic'.
The following assumes that all MIC dependencies are installed in the directory '../mic'.
git clone git@github.com:IBM/mi-visualization.git cd mi-visualization ./scripts/build_mic_module.sh ../mic
In order to generate a "living" documentation of the code please run Doxygen:
cd mi-visualization doxygen mi-visualization.doxyfile firefox html/index.html
The current documentation (generated straight from the code and automatically uploaded to github pages by Travis) is available at: https://ibm.github.io/mi-visualization/
![HitCount](http://hits.dwyl.io/tkornut/ibm/mi-visualization.svg)