{"id":44642621,"url":"https://github.com/computer-graphics-tools/metal-analyzer","last_synced_at":"2026-03-01T12:07:11.581Z","repository":{"id":337902554,"uuid":"1155548568","full_name":"computer-graphics-tools/metal-analyzer","owner":"computer-graphics-tools","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-17T15:28:15.000Z","size":537,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-18T01:21:12.287Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/computer-graphics-tools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-11T16:28:09.000Z","updated_at":"2026-02-17T15:33:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b8d2ac2-cce0-414f-82e1-c0756ff618ed","html_url":"https://github.com/computer-graphics-tools/metal-analyzer","commit_stats":null,"previous_names":["computer-graphics-tools/metal-analyzer"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/computer-graphics-tools/metal-analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/computer-graphics-tools%2Fmetal-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/computer-graphics-tools%2Fmetal-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/computer-graphics-tools%2Fmetal-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/computer-graphics-tools%2Fmetal-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/computer-graphics-tools","download_url":"https://codeload.github.com/computer-graphics-tools/metal-analyzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/computer-graphics-tools%2Fmetal-analyzer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29967932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T10:55:55.490Z","status":"ssl_error","status_checked_at":"2026-03-01T10:55:55.175Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-14T19:04:41.190Z","updated_at":"2026-03-01T12:07:11.577Z","avatar_url":"https://github.com/computer-graphics-tools.png","language":"Rust","funding_links":[],"categories":["📦 Other"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg\n    src=\"./assets/logo-wide.svg\"\n    alt=\"metal-analyzer logo\"\u003e\n\u003c/p\u003e\n\nmetal-analyzer is a language server that provides IDE functionality for\nwriting Apple's Metal Shading Language programs. You can use it with\nany editor that supports the [Language Server\nProtocol](https://microsoft.github.io/language-server-protocol/) (VS\nCode, Zed, etc).\n\nmetal-analyzer features include real-time diagnostics (via `xcrun metal`),\nauto-completion for built-in types, functions, and keywords, hover\ndocumentation, and integrated formatting (with clang-format).\n\n## Quick Start\n\nSee [Installation](./docs/installation.md) for setup instructions for\nVS Code and Zed.\n\n## CLI\n\nmetal-analyzer can also be used as a command-line formatter:\n\n```sh\n# Format files in-place\nmetal-analyzer format shader.metal compute.metal\n\n# Check formatting without modifying files (exits 1 if changes needed)\nmetal-analyzer format --check shader.metal\n\n# Format from stdin\ncat shader.metal | metal-analyzer format\n```\n\nFormatting style is resolved in order:\n\n1. **`metalfmt.toml`** — walks up from the source file looking for a\n   `metalfmt.toml` (see [Formatting](./docs/formatting.md)).\n2. **`.clang-format`** — if no `metalfmt.toml` is found, clang-format's\n   built-in file discovery is used (`.clang-format` / `_clang-format`).\n3. **No config** — if neither file is found, the file is left unchanged.\n\nSee `metal-analyzer format --help` for all options.\n\n## Configuration\n\nSee [Configuration](./docs/configuration.md) for available settings.\n\n## License\n\nThis project is licensed under [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomputer-graphics-tools%2Fmetal-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomputer-graphics-tools%2Fmetal-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomputer-graphics-tools%2Fmetal-analyzer/lists"}