{"id":27362793,"url":"https://github.com/kinetictactic/hellovulkan","last_synced_at":"2025-10-23T22:22:51.559Z","repository":{"id":252962045,"uuid":"841620712","full_name":"KineticTactic/HelloVulkan","owner":"KineticTactic","description":"me learn vulkan  :))","archived":false,"fork":false,"pushed_at":"2024-08-15T16:11:30.000Z","size":22999,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T03:55:45.471Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/KineticTactic.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-08-12T19:19:45.000Z","updated_at":"2024-08-15T16:11:33.000Z","dependencies_parsed_at":"2024-08-13T18:06:42.927Z","dependency_job_id":null,"html_url":"https://github.com/KineticTactic/HelloVulkan","commit_stats":null,"previous_names":["kinetictactic/hellovulkan"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KineticTactic%2FHelloVulkan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KineticTactic%2FHelloVulkan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KineticTactic%2FHelloVulkan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KineticTactic%2FHelloVulkan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KineticTactic","download_url":"https://codeload.github.com/KineticTactic/HelloVulkan/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248661709,"owners_count":21141450,"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":[],"created_at":"2025-04-13T03:56:00.537Z","updated_at":"2025-10-23T22:22:46.519Z","avatar_url":"https://github.com/KineticTactic.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is me learning vulkan from [https://vulkan-tutorial.com/](https://vulkan-tutorial.com/)\n\nThe code is heavily documented (basically, I took notes for my own understanding).\n\n## Project journal\n\n### 14.08.2024: My very first Vulkan triangle!\n\nAfter 4 days of learning, and 925 lines of code, I finally got something on the screen.\n\n![Triangle](images/veryfirsttriangle.png)\n\n## Building the source code\n\n```bash\n# Meta build (any of these)\npremake5 ninja --cc=clang\npremake5 ninja --cc=gcc\npremake5 gmake2\n\n# Build\nninja -C build   # or make -C build\n\n# compile_commands.json\npremake5 ecc\n\n# Compile shaders\n./compile_shaders.bat\n\n# Run\n./bin/Debug/HelloVulkan\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinetictactic%2Fhellovulkan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkinetictactic%2Fhellovulkan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinetictactic%2Fhellovulkan/lists"}