{
  "name": "irrlicht",
  "href": "https://vcpkg.link/ports/irrlicht",
  "supports": "!(android | uwp)",
  "published_at": "2025-09-24T19:10:55.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "http://irrlicht.sourceforge.net",
  "description": [
    "The Irrlicht Engine is an open source realtime 3D engine written in C++. It is cross-platform, using D3D, OpenGL and its own software renderers."
  ],
  "license": null,
  "version": {
    "type": "semver",
    "value": "1.8.5",
    "port": 2
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/2626652f01caffa87a42f354d6fc43552ebd8db2/ports/irrlicht",
    "hash": "2626652f01caffa87a42f354d6fc43552ebd8db2"
  },
  "repository": {
    "type": "sourceforge",
    "href": "https://sourceforge.com/p/irrlicht"
  },
  "dependencies": [
    {
      "name": "bzip2",
      "href": "https://vcpkg.link/ports/bzip2",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "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": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": false,
      "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": "fast-fpu",
      "default": [],
      "description": [
        "Enable fast maths (at the expense of precision)"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "tools",
      "default": [],
      "description": [
        "Build the Tools FileToHeader, FontTool, GUIEditor and MeshConverter"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "unicode",
      "default": [],
      "description": [
        "Support unicode path on windows"
      ],
      "supports": "all",
      "dependencies": []
    }
  ]
}