{
  "classes": [
    {
      "constants": [],
      "types": [],
      "name": "@eryx/gfx/window",
      "tags": [],
      "functions": [],
      "properties": [],
      "source": {
        "path": "",
        "line": 0
      },
      "desc": "Window creation and management.\n\n```luau\nlocal window = require(\"@eryx/gfx/window\")\nlocal win = window.create(800, 600, \"My App\")\n```\n\nThe returned Window object has methods like :pollEvents(), :startFrame(),\n:endFrame(), :drawText(), :drawTexture(), :drawRectangle(), etc.\nThese are provided by the native metatable.\n"
    }
  ]
}