{
  "name": "osg",
  "href": "https://vcpkg.link/ports/osg",
  "supports": "!uwp",
  "published_at": "2025-04-28T21:17:48.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://www.openscenegraph.com/",
  "description": [
    "The OpenSceneGraph is an open source high performance 3D graphics toolkit."
  ],
  "license": null,
  "version": {
    "type": "semver",
    "value": "3.6.5",
    "port": 27
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/1bdadb8cc5b82d587a0c8f3f9bde25e36ff0eb45/ports/osg",
    "hash": "1bdadb8cc5b82d587a0c8f3f9bde25e36ff0eb45"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/openscenegraph/OpenSceneGraph",
    "stars": 3594
  },
  "dependencies": [
    {
      "name": "expat",
      "href": "https://vcpkg.link/ports/expat",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "windows"
    },
    {
      "name": "opengl-registry",
      "href": "https://vcpkg.link/ports/opengl-registry",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "openimageio",
      "href": "https://vcpkg.link/ports/openimageio",
      "is_host": false,
      "with_default_features": false,
      "version_constraint": null,
      "platform": "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": "zlib",
      "href": "https://vcpkg.link/ports/zlib",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "collada",
      "default": [],
      "description": [
        "Support for Collada (.dae) files"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "collada-dom",
          "href": "https://vcpkg.link/ports/collada-dom",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "docs",
      "default": [],
      "description": [
        "Build OpenSceneGraph reference documentation using doxygen (use: make doc_openscenegraph doc_openthreads"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "examples",
      "default": [],
      "description": [
        "Enable to build OSG Examples"
      ],
      "supports": "!android",
      "dependencies": [
        {
          "name": "libiconv",
          "href": "https://vcpkg.link/ports/libiconv",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "windows"
        },
        {
          "name": "osg",
          "href": "https://vcpkg.link/ports/osg",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "sdl2",
          "href": "https://vcpkg.link/ports/sdl2",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "fontconfig",
      "default": [
        {
          "raw": "!android & !ios & !uwp",
          "expression": {
            "type": "and",
            "left": {
              "type": "not",
              "expression": {
                "type": "node",
                "value": "android"
              }
            },
            "right": {
              "type": "and",
              "left": {
                "type": "not",
                "expression": {
                  "type": "node",
                  "value": "ios"
                }
              },
              "right": {
                "type": "not",
                "expression": {
                  "type": "node",
                  "value": "uwp"
                }
              }
            }
          }
        }
      ],
      "description": [
        "Enable Fontconfig support for osgText"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "fontconfig",
          "href": "https://vcpkg.link/ports/fontconfig",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "osg",
          "href": "https://vcpkg.link/ports/osg",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "freetype",
      "default": [
        "all"
      ],
      "description": [
        "Enable Freetype support"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "freetype",
          "href": "https://vcpkg.link/ports/freetype",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "nvtt",
      "default": [
        {
          "raw": "x64 & (linux | osx | windows) & !uwp",
          "expression": {
            "type": "and",
            "left": {
              "type": "node",
              "value": "x64"
            },
            "right": {
              "type": "and",
              "left": {
                "type": "or",
                "left": {
                  "type": "node",
                  "value": "linux"
                },
                "right": {
                  "type": "or",
                  "left": {
                    "type": "node",
                    "value": "osx"
                  },
                  "right": {
                    "type": "node",
                    "value": "windows"
                  }
                }
              },
              "right": {
                "type": "not",
                "expression": {
                  "type": "node",
                  "value": "uwp"
                }
              }
            }
          }
        }
      ],
      "description": [
        "Build texture processing tools plugin"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "nvtt",
          "href": "https://vcpkg.link/ports/nvtt",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "openexr",
      "default": [
        {
          "raw": "!uwp",
          "expression": {
            "type": "not",
            "expression": {
              "type": "node",
              "value": "uwp"
            }
          }
        }
      ],
      "description": [
        "Build the exr plugin"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "openexr",
          "href": "https://vcpkg.link/ports/openexr",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "packages",
      "default": [],
      "description": [
        "Set to ON to generate CPack configuration files and packaging targets"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "plugins",
      "default": [
        "all"
      ],
      "description": [
        "Build most OSG plugins"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "curl",
          "href": "https://vcpkg.link/ports/curl",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "gdal",
          "href": "https://vcpkg.link/ports/gdal",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "giflib",
          "href": "https://vcpkg.link/ports/giflib",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "windows"
        },
        {
          "name": "jasper",
          "href": "https://vcpkg.link/ports/jasper",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "libgta",
          "href": "https://vcpkg.link/ports/libgta",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "libiconv",
          "href": "https://vcpkg.link/ports/libiconv",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "windows"
        },
        {
          "name": "libjpeg-turbo",
          "href": "https://vcpkg.link/ports/libjpeg-turbo",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "libpng",
          "href": "https://vcpkg.link/ports/libpng",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "libxml2",
          "href": "https://vcpkg.link/ports/libxml2",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "windows"
        },
        {
          "name": "tiff",
          "href": "https://vcpkg.link/ports/tiff",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "sdl1",
      "default": [],
      "description": [
        "Build SDL 1 plugin, and enable SDL 1 app features"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "sdl1",
          "href": "https://vcpkg.link/ports/sdl1",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "tools",
      "default": [],
      "description": [
        "Enable to build OSG Applications (e.g. osgviewer)"
      ],
      "supports": "!android",
      "dependencies": [
        {
          "name": "curl",
          "href": "https://vcpkg.link/ports/curl",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "libiconv",
          "href": "https://vcpkg.link/ports/libiconv",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "windows"
        },
        {
          "name": "libjpeg-turbo",
          "href": "https://vcpkg.link/ports/libjpeg-turbo",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "libpng",
          "href": "https://vcpkg.link/ports/libpng",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "osg",
          "href": "https://vcpkg.link/ports/osg",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}