{
  "name": "vsg",
  "href": "https://vcpkg.link/ports/vsg",
  "supports": "all",
  "published_at": "2026-07-28T21:28:08.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "http://www.vulkanscenegraph.org/",
  "description": [
    "A modern, cross platform, high performance scene graph library built upon Vulkan."
  ],
  "license": "MIT",
  "version": {
    "type": "semver",
    "value": "1.1.15",
    "port": 1
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/13089abb1790559b60119758e7aebf9019d69a51/ports/vsg",
    "hash": "13089abb1790559b60119758e7aebf9019d69a51"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/vsg-dev/VulkanSceneGraph",
    "stars": 1807
  },
  "dependencies": [
    {
      "name": "glslang",
      "href": "https://vcpkg.link/ports/glslang",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "libxcb",
      "href": "https://vcpkg.link/ports/libxcb",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "!(android | windows | osx)"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vulkan",
      "href": "https://vcpkg.link/ports/vulkan",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "shader-optimizer",
      "default": [],
      "description": [
        "shader optimizer support"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "glslang",
          "href": "https://vcpkg.link/ports/glslang",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "windowing",
      "default": [],
      "description": [
        "native windowing support providing a default implementation of vsg::Window::create()"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "libxcb",
          "href": "https://vcpkg.link/ports/libxcb",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "!(android | ios | osx | windows)"
        },
        {
          "name": "vulkan-loader",
          "href": "https://vcpkg.link/ports/vulkan-loader",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "!(android | ios | osx | windows)"
        }
      ]
    }
  ]
}