Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

davidkleiven/VISA

Repository files navigation

VISA

Build status

VISA (VISualize Array) is a tool for visualizing armadillo arrays using the SFML library.

Dependencies

This library depends on:

The unittests depends in addition on

To compile and link an application using this library add when linking

... -lsfml-graphics -lsfml-window -lsfml-system -larmadillo -lvisa

Installation

Run

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

make

Finally run

make install

Note that the ARMA_NO_DEBUG is set which means that the library will no perform bounds checking.

Examples

Some examples of how to use the library can be found in the Examples folder.

About

Library for visualizing armadillo matrices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors