{"id":21338748,"url":"https://github.com/jjyr/vulkan-tutorial-c","last_synced_at":"2025-03-16T02:22:04.827Z","repository":{"id":263286652,"uuid":"889779697","full_name":"jjyr/vulkan-tutorial-c","owner":"jjyr","description":"Learn https://vulkan-tutorial.com/Introduction with C","archived":false,"fork":false,"pushed_at":"2024-11-22T13:12:33.000Z","size":1273,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-22T15:11:24.567Z","etag":null,"topics":["c","macos","tutorial","vulkan"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jjyr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-11-17T07:57:55.000Z","updated_at":"2024-11-22T13:12:37.000Z","dependencies_parsed_at":"2024-11-17T15:47:13.315Z","dependency_job_id":"fd3bb6f9-6515-4abf-93ea-5e388049aaf2","html_url":"https://github.com/jjyr/vulkan-tutorial-c","commit_stats":null,"previous_names":["jjyr/vulkan-tutorial-c"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjyr%2Fvulkan-tutorial-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjyr%2Fvulkan-tutorial-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjyr%2Fvulkan-tutorial-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjyr%2Fvulkan-tutorial-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jjyr","download_url":"https://codeload.github.com/jjyr/vulkan-tutorial-c/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243814971,"owners_count":20352077,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["c","macos","tutorial","vulkan"],"created_at":"2024-11-22T00:39:59.909Z","updated_at":"2025-03-16T02:22:04.296Z","avatar_url":"https://github.com/jjyr.png","language":"C","readme":"# Vulkan tutorial\n\nVulkan tutorial with C on MacOS\n\n## Install dependencies\n\n* glfw - windows management\n* cglm - C version GLM\n* molten-vk - vulkan implementation on MacOS\n\nMacOS commands:\n\n``` bash\n# Install dependencies\n\n# glfw\nbrew install glfw\n# cglm\nbrew install cglm\n# vulkan\nbrew install molten-vk vulkan-headers vulkan-extensionlayer vulkan-tools vulkan-utility-libraries vulkan-loader vulkan-validationlayers vulkan-profiles vulkan-volk\n\n# install headers\ncp deps/*.h /usr/local/include\n\n# Export environment variables\nexport VK_LAYER_PATH=\"/opt/homebrew/opt/vulkan-validationlayers/share/vulkan/explicit_layer.d:VK_LAYER_PATH=/opt/homebrew/opt/vulkan-profiles/share/vulkan/explicit_layer.d\"\nexport DYLD_LIBRARY_PATH=\"${DYLD_LIBRARY_PATH}:/opt/homebrew/lib/:/opt/homebrew/opt/vulkan-validationlayers/lib/\"\n# Enable debug output\nexport VK_LOADER_DEBUG=all\n\n# Compile shaders\n\n./compile-shaders.sh\n\n# Build all\n./build.sh\n\n# Build\n./build.sh tutorial\n\n# Build and run\n./build.sh tutorial --run\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjyr%2Fvulkan-tutorial-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjjyr%2Fvulkan-tutorial-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjyr%2Fvulkan-tutorial-c/lists"}