Robert Osfield

Results 114 comments of Robert Osfield

From libcurl docs: https://curl.se/libcurl/c/libcurl-errors.html ``` CURLE_UNSUPPORTED_PROTOCOL (1) The URL you passed to libcurl used a protocol that this libcurl does not support. The support might be a compile-time option that...

The issue with https on some versions of libcurl under Windows is a known problem, it's not VSG related, but just how some libcurl binaries have been built. There is...

I would like to see a vsg::Wayland_Window.cpp to compliment the existing vsg::Xcb_Window, creating this would be the best way to enable Wayland support. I don't think it would require too...

One thing you can do with scene graphs like the OSG is take a subgraph and share it between two parents that set different state, then have a Switch about...

The integrated of glslang with patches in the way I've done it is essentially the best of bad bunch of possible solutions. FetchContent has it's own problems, depending on 3rd...

I don't recall off the top of my head why FetchContent failed, I tried it and it had it's own suit of problems that forced me to opt for doing...

You are welcome to play. Getting things to work on one system may well produce different results than once you start trying all the different combinations that end users have...

Looking that glslang github repo: https://github.com/KhronosGroup/glslang First item on the NEWS list is: 1. C++17 (all platforms) and Visual Studio 2019 (Windows) are now required. This change was driven by...

This morning I got a notifaction from a thread on glslang Issue I posted to about the broken cmake config support: The Issue: https://github.com/KhronosGroup/glslang/issues/2570#issuecomment-1830897326 The PR that hey suggest fixes...

The challenge is that historically the some systems may or may not have find_package, the cmake config files not installed, or they would be installed and broken - this means...