Conan42
Conan42
Hi Alessio, there is no log on the Intellij Idea Run output window. and There is no proxy. It seems to download the tiles, but we cannot see the Mapnik...
Ah I don't understand then, apart from the fact that I installed the Ubuntu packages: libvulkan-dev vulkan-tools vulkan-utility-libraries-dev vulkan-validationlayers instead of Lunar's Vulkan SDK. I'll give you all the code:...
my file ".bashrc": export PATH="$PATH:/home/mich/vsgExamples/build/bin" export VSG_FILE_PATH="/home/mich/vsgExamples/data" export VSG_FILE_CACHE="/home/mich/var" I made a mistake on VSG_FILE_PATH, I forgot the "s" of vsgExamples. then I get:  and I put it back...
I put : windowTraits->debugLayer = true; and when running, I don't see anything in the console.  
It's okay, I found: // The commandGraph will contain a 2 stage renderGraph: 1) 3D scene 2) ImGui (by default also includes clearing of depth buffers) auto commandGraph = vsg::CommandGraph::create(window);...