{"id":26880878,"url":"https://github.com/nickscha/vk-glfw-cimgui","last_synced_at":"2025-05-07T22:44:25.234Z","repository":{"id":278756064,"uuid":"272200445","full_name":"nickscha/vk-glfw-cimgui","owner":"nickscha","description":"c demo of imgui using vulkan, glfw3, cimgui","archived":false,"fork":false,"pushed_at":"2020-06-14T13:04:16.000Z","size":60,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T22:44:22.462Z","etag":null,"topics":["c","c99","cimgui","demo","glfw3","imgui","vulkan"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nickscha.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":"2020-06-14T12:44:30.000Z","updated_at":"2025-04-04T07:24:32.000Z","dependencies_parsed_at":"2025-02-21T14:35:57.604Z","dependency_job_id":"02f356cc-5958-43b9-b45e-526f221587ab","html_url":"https://github.com/nickscha/vk-glfw-cimgui","commit_stats":null,"previous_names":["nickscha/vk-glfw-cimgui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickscha%2Fvk-glfw-cimgui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickscha%2Fvk-glfw-cimgui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickscha%2Fvk-glfw-cimgui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickscha%2Fvk-glfw-cimgui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickscha","download_url":"https://codeload.github.com/nickscha/vk-glfw-cimgui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252967974,"owners_count":21833245,"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","c99","cimgui","demo","glfw3","imgui","vulkan"],"created_at":"2025-03-31T14:50:46.379Z","updated_at":"2025-05-07T22:44:25.205Z","avatar_url":"https://github.com/nickscha.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vk-glfw-cimgui\n\nPure C demo for Vulkan, GLFW3 and CIMGUI.\n\nThis is the C port of IMGUI examples (https://github.com/ocornut/imgui/tree/master/examples/example_glfw_vulkan)\n\n## Build\n\n```sh\n\t# Debug (dist/Debug/...)\n\tmake\n\n\t# Release (dist/Release/...)\n\tmake CONF=Release\n```\n\n## Example\n\n![Vulkan,GLFW3,CIMGUI Demo Picture](vk-cimgui.png)\n\n## Linker Libraries\n\n-lvulkan-1 -lglfw3 -lcimgui -lstdc++ (needed for cimgui)\n\n### Compile GLFW3 on Windows (MinGW via MSYS2)\n\n```sh\n\t# Download sources from (https://www.glfw.org/download.html)\n\tcd glfw\n\trm CMakeCache.txt\n\tcmake -DBUILD_SHARED_LIBS=OFF -DGLFW_BUILD_EXAMPLES=ON -DGLFW_VULKAN_STATIC=OFF -G \"MinGW Makefiles\"\n\tmake install\n```\n\n### Compile CIMGUI on Windows (MinGW via MSYS2)\n\n```sh\n\tgit clone https://github.com/cimgui/cimgui.git\n\tcd cimgui\n\trm CMakeCache.txt\n\tgit submodule update --init --recursive\n\tcmake -DIMGUI_STATIC=ON -DCIMGUI_TEST=ON -G \"MinGW Makefiles\"\n\tmake install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickscha%2Fvk-glfw-cimgui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickscha%2Fvk-glfw-cimgui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickscha%2Fvk-glfw-cimgui/lists"}