-
Hello,
After the commit "Merge pull request #1279 from vsg-dev/Compile_Using_TransferData" on Sep 18 we have started getting this validation error when initializing VSG, originating from ImageView.cp…
-
So I just built rocky on my Ubuntu 22.04 using vcpkg. I tried running rocky_demo but only the menu window appears but nothing else. The terminal prints out these line:
[rocky info] PROJ says: proj_cr…
-
**Describe the bug**
`viewer::update()` references `_frameStamp()` which is not initialized in the constructor. Thus calling `viewer->update()` immediately after `Viewer::create()` causes program to …
-
On my system I ported the current osgQt master branch code to build with Qt 6. The changes required include:
- A few updates in OSGRenderer.cpp that are back-compatible with Qt 5 so this could be mer…
-
I am trying to build the v1.1.3 tag linking with vsg v1.1.7 tag on Linux. Getting this linker error;
```
/usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLI…
-
**Is your feature request related to a problem? Please describe.**
Dear VulkanSceneGraph team, I would like to integrate the Bazel build system into this project. I’m unsure if there’s interest on …
-
Running various of the example applications (vsgCamera, vsgInput, ..) in the Debug configuration, I noticed that they all seem to call abort() on shutdown (if I quit them by closing their window or by…
-
All the vsg-dev VulkanSceneGraph projects use the MIT license to make it clear that developers on embedded platforms can use the various VSG libraries without infringing upon LGPL requirements. This …
-
Hi Robert,
Just as an FYI, I was using Compile_Using_TransferData commit 80370b9ead50c3ec5302f984298f8e3fee6ee7bf for a while and I noticed that if I minimised my window then un-minimised it again,…
-
`vsgWin32::Win32_Window` attempts to destroy its window handle, `_window`, in its destructor by calling `DestroyWindow(_window)`. However, because `vsgWin32::Win32WindowProc` (the window message handl…