VISA (VISualize Array) is a tool for visualizing armadillo arrays using the SFML library.
This library depends on:
The unittests depends in addition on
- Google Test
- Pthreads
To compile and link an application using this library add when linking
... -lsfml-graphics -lsfml-window -lsfml-system -larmadillo -lvisaRun
cmake .The default path is /usr/local. The libvisa.so will then be placed in /usr/local/lib and the header files will be placed in /usr/local/include/visa.
Compile the library
makeFinally run
make installNote that the ARMA_NO_DEBUG is set which means that the library will no perform bounds checking.
Some examples of how to use the library can be found in the Examples folder.