Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
You can review the
Remember to set the VL_DATA_PATH
environment variable to the directory containing the sample data in order to run the demos and tests included in VL.
Run the tests using any supported backend plus the test number as the first argument. The list of tests can be printed using 0, ex: vlWin32_tests 0
.
Visualization Library v1.0.2 (.tgz)
Visualization Library v1.0.2 (.zip)
All releases:
github.com/MicBosi/visualizationlibrary/releases
VL official repo is github.com/MicBosi/visualizationlibrary
Clone VL repo:
git clone https://github.com/MicBosi/visualizationlibrary.git
Download VL master branch source as a zip file here:
github.com/MicBosi/visualizationlibrary/archive/master.zip
Visualization Library uses CMake as its building system and can target several environments and compilers. At the moment we officially support the following platforms:
More information at Compiling and Installing VL.