{"id":50771598,"url":"https://github.com/dinau/cimgui_zoomable_image","last_synced_at":"2026-06-11T19:30:30.596Z","repository":{"id":350611908,"uuid":"1207027803","full_name":"dinau/cimgui_zoomable_image","owner":"dinau","description":"C wrapper library for imgui_zoomable_image project (https://github.com/danielm5/imgui_zoomable_image)","archived":false,"fork":false,"pushed_at":"2026-04-29T02:16:58.000Z","size":9100,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-29T04:24:55.241Z","etag":null,"topics":["bindings","cimgui","dear","image","imgui","lua","nelua","nim","wrapper","zig","zoomable"],"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/dinau.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-04-10T13:54:13.000Z","updated_at":"2026-04-29T02:17:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dinau/cimgui_zoomable_image","commit_stats":null,"previous_names":["dinau/cimgui_zoomable_image"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dinau/cimgui_zoomable_image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinau%2Fcimgui_zoomable_image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinau%2Fcimgui_zoomable_image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinau%2Fcimgui_zoomable_image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinau%2Fcimgui_zoomable_image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dinau","download_url":"https://codeload.github.com/dinau/cimgui_zoomable_image/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinau%2Fcimgui_zoomable_image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34215253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":["bindings","cimgui","dear","image","imgui","lua","nelua","nim","wrapper","zig","zoomable"],"created_at":"2026-06-11T19:30:29.813Z","updated_at":"2026-06-11T19:30:30.589Z","avatar_url":"https://github.com/dinau.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n- [CImGui Zoomable Image](#cimgui-zoomable-image)\n  - [Try Wasm live demo in your browser](#try-wasm-live-demo-in-your-browser)\n  - [Prerequisites](#prerequisites)\n  - [Build and run](#build-and-run)\n  - [Demo program](#demo-program)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n### CImGui Zoomable Image\n\n---\n\n[^langs]: Zig, Nim, Nelua, etc \n\nThis project introduces C API for [Dear Imgui Zoomable Image Display(ImGuiImage)](https://github.com/danielm5/imgui_zoomable_image) to use it with other languages[^langs] and\na simple demo program in C.\n\n- Link  \n[Dear ImGui](https://github.com/ocornut/imgui)  \n[CImGui](https://github.com/cimgui/cimgui)  \n[Dear Bindings](https://github.com/dearimgui/dear_bindings)\n\n#### Try Wasm live demo in your browser\n\n---\n\nClick link for live demo: [Click here](https://dinau.github.io/cimgui_zoomable_image/wasm/)  \n\n\n![alt](img/snapshot.png)\n\nSee [Wasm example in Nim: glfw_opengl3_imgui_zoomable_image](https://github.com/dinau/imguin_examples/tree/main/glfw_opengl3_imgui_zoomable_image)\n\n#### Prerequisites\n\n---\n\n- Windows OS 11 or later\n   1. Install [MSys2/MinGW](https://www.msys2.org/) (Windows OS)\n   1. Install packages\n   \n      ```sh\n      pacman -S mingw-w64-ucrt-x86_64-{gcc,glfw,pkg-config} make\n      ```\n\n- Linux: Ubuntu / Debian families  \n   1. Install packages\n\n      ```sh\n      $ sudo apt install gcc lib{opengl-dev,gl1-mesa-dev,glfw3-dev} make pkg-config\n      ```\n\n#### Build and run\n\n---\n\n1. Download this project.\n\n   ```sh\n   git clone --recursive https://github.com/dinau/cimgui_zoomable_image\n   ```\n\n1. Go to demo with **CImGui** folder\n\n   ```sh\n   cd cimgui_zoomable_image/demo/cimui\n   make run \n   ```\n\n1. Go to demo with **Dear Bindings** folder\n\n   ```sh\n   cd cimgui_zoomable_image/demo/dcimui\n   make run \n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinau%2Fcimgui_zoomable_image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdinau%2Fcimgui_zoomable_image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinau%2Fcimgui_zoomable_image/lists"}