{"id":20957442,"url":"https://github.com/mrvideo/armmoltenvkguide","last_synced_at":"2026-04-18T05:02:51.606Z","repository":{"id":223849927,"uuid":"761714275","full_name":"MrVideo/ARMMoltenVKGuide","owner":"MrVideo","description":"A guide to install and use MoltenVK on M1 Macs.","archived":false,"fork":false,"pushed_at":"2024-02-22T12:05:53.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-19T21:40:30.760Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MrVideo.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}},"created_at":"2024-02-22T10:55:39.000Z","updated_at":"2024-08-05T15:18:04.000Z","dependencies_parsed_at":"2024-11-19T01:42:00.991Z","dependency_job_id":"b7dbb18d-3ef2-4cf4-90b4-12a35f5c3950","html_url":"https://github.com/MrVideo/ARMMoltenVKGuide","commit_stats":null,"previous_names":["mrvideo/armmoltenvkguide"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MrVideo/ARMMoltenVKGuide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrVideo%2FARMMoltenVKGuide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrVideo%2FARMMoltenVKGuide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrVideo%2FARMMoltenVKGuide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrVideo%2FARMMoltenVKGuide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrVideo","download_url":"https://codeload.github.com/MrVideo/ARMMoltenVKGuide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrVideo%2FARMMoltenVKGuide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31957158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-19T01:33:34.253Z","updated_at":"2026-04-18T05:02:51.571Z","avatar_url":"https://github.com/MrVideo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# M1 Macs MoltenVK install\n\nThis guide is meant for Computer Graphics students that own ARM-based Macs.\n\nThis guide assumes that you will use the command line and a simple text editor (like nano, Neovim, VS Code...), not a fully-fledged IDE.\n\n1. Follow the [tutorial](https://vulkan-tutorial.com/Development_environment#page_MacOS) provided in the PDF for the first assignment until the section \"Setting up Xcode\".\n2. Go to the install folder of VulkanSDK (usually `~/VulkanSDK`), specifically to the path:\n    ```bash\n   ~/VulkanSDK/\u003cvulkan version\u003e\n    ```\n3. Run the install script via this command:\n    ```bash\n    sudo python3 install_vulkan.py\n    ```\n4. Edit your `.zshrc` and add the following line:\n    ```bash\n    export DYLD_LIBRARY_PATH=/Users/\u003cyour username\u003e/VulkanSDK/1.3.275.0/macOS/lib\n    ```\n5. Download the script `vkcompile.sh` provided with this GitHub repository and save it somewhere you can remember\n6. Add execution permissions to the script by running this command:\n    ```bash\n    chmod +x vkcompile.sh\n    ```\n7. Alias that script in your `.zshrc` by adding the following line:\n    ```bash\n    alias gvk=\"/path/to/vkcompile.sh\"\n    ```\n8. Update your terminal configuration by running:\n    ```bash\n    source ~/.zshrc\n    ```\n\nNow you should be able to compile `A01.cpp` by running `gvk A01.cpp` in your terminal in the directory that contains that file.\n\nPlease do let me know about any further problems by opening an issue here.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrvideo%2Farmmoltenvkguide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrvideo%2Farmmoltenvkguide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrvideo%2Farmmoltenvkguide/lists"}