{
  "name": "ogre-next",
  "href": "https://vcpkg.link/ports/ogre-next",
  "supports": "!emscripten & !uwp & !xbox",
  "published_at": "2026-01-28T09:56:42.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/OGRECave/ogre-next",
  "description": [
    "Ogre Next - scene-oriented, flexible 3D engine written in C++"
  ],
  "license": "MIT",
  "version": {
    "type": "semver",
    "value": "3.0.0",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/1f6bbba3da511773189e5075b6781222402d10fa/ports/ogre-next",
    "hash": "1f6bbba3da511773189e5075b6781222402d10fa"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "freeimage",
      "href": "https://vcpkg.link/ports/freeimage",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "freetype",
      "href": "https://vcpkg.link/ports/freetype",
      "is_host": false,
      "with_default_features": false,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "rapidjson",
      "href": "https://vcpkg.link/ports/rapidjson",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "tinyxml",
      "href": "https://vcpkg.link/ports/tinyxml",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "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"
    },
    {
      "name": "zziplib",
      "href": "https://vcpkg.link/ports/zziplib",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "d3d11",
      "default": [
        {
          "raw": "windows",
          "expression": {
            "type": "node",
            "value": "windows"
          }
        }
      ],
      "description": [
        "Direct3D 11 render system"
      ],
      "supports": "windows",
      "dependencies": []
    },
    {
      "name": "gl3plus",
      "default": [
        {
          "raw": "!android & !ios & !osx & !windows",
          "expression": {
            "type": "and",
            "left": {
              "type": "not",
              "expression": {
                "type": "node",
                "value": "android"
              }
            },
            "right": {
              "type": "and",
              "left": {
                "type": "not",
                "expression": {
                  "type": "node",
                  "value": "ios"
                }
              },
              "right": {
                "type": "and",
                "left": {
                  "type": "not",
                  "expression": {
                    "type": "node",
                    "value": "osx"
                  }
                },
                "right": {
                  "type": "not",
                  "expression": {
                    "type": "node",
                    "value": "windows"
                  }
                }
              }
            }
          }
        }
      ],
      "description": [
        "OpenGL 3+ render system"
      ],
      "supports": "!android & !(arm & windows)",
      "dependencies": []
    },
    {
      "name": "metal",
      "default": [
        {
          "raw": "ios | osx",
          "expression": {
            "type": "or",
            "left": {
              "type": "node",
              "value": "ios"
            },
            "right": {
              "type": "node",
              "value": "osx"
            }
          }
        }
      ],
      "description": [
        "Metal render system"
      ],
      "supports": "osx | ios",
      "dependencies": []
    },
    {
      "name": "planar-reflections",
      "default": [],
      "description": [
        "Component to use planar reflections, can be used by both HlmsPbs and HlmsUnlit"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "vulkan",
      "default": [
        {
          "raw": "android",
          "expression": {
            "type": "node",
            "value": "android"
          }
        }
      ],
      "description": [
        "Vulkan render system"
      ],
      "supports": "!osx",
      "dependencies": [
        {
          "name": "glslang",
          "href": "https://vcpkg.link/ports/glslang",
          "is_host": false,
          "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"
        }
      ]
    }
  ]
}