VisualizationLibrary icon indicating copy to clipboard operation
VisualizationLibrary copied to clipboard

Visualization Library is a C++ middleware for high-performance 2D and 3D graphics applications based on OpenGL 1.x-4.x supporting Windows, Linux and Mac OS X.

Results 79 VisualizationLibrary issues
Sort by recently updated
recently updated
newest added

see discussion here: when building this library wxWidgets support under msys2, I got build error, here is a patch to fix the error Issue #210 · MicBosi/VisualizationLibrary — https://github.com/MicBosi/VisualizationLibrary/issues/210

Hi, this library is quite good, which support many kinds of GUI framework, such as wxWidgets and QT. I would like to suggest that this library can be part of...

It is very nice to see this library can be built against wxWidgets library under Windows' msys2. See the details in this issue for build steps: [when building this library...

Hi, I'm building this library with such cmake option below, note that wxWidgets gui option is `ON`. I am using this library under msys2: ~~~~ cmake .. -G "MinGW Makefiles"...

Env: MacOS11, Xcode13 ```sh CC # make [ 1%] Building C object src/vlCore/plugins/zlib/CMakeFiles/ZLib.dir/__/__/__/external/zlib/adler32.c.o [ 1%] Building C object src/vlCore/plugins/zlib/CMakeFiles/ZLib.dir/__/__/__/external/zlib/compress.c.o [ 1%] Building C object src/vlCore/plugins/zlib/CMakeFiles/ZLib.dir/__/__/__/external/zlib/crc32.c.o [ 2%] Building C object...

Version conflicts occur when trying to use VisLib alongside other libraries that also use libpng, zlib etc. VisLib currently ships, compiles and statically links against these libraries, some of which...

Hi, I'm new here, it's kind difficult to getting started with examples. Is there any friendly documents for beginners. Thanks.

Hi, Is it possible to integrate Visualization library into a QML application ? Thank you

I was having a ton of issues with CMake (Win32) - The example programs compiled fine during the library build, but I couldn't get my own program to link. (unable...

Hi Michele, this patch adds support for SDL2. It supports multiple windows and correct switching to full screen. I am unable to check whether it works with Windows or OSX,...