{"id":24374842,"url":"https://github.com/dinau/cimgui_toggle","last_synced_at":"2026-04-26T01:31:34.577Z","repository":{"id":271391385,"uuid":"913208082","full_name":"dinau/cimgui_toggle","owner":"dinau","description":"The wrapper library for C language to use imgui_toggle library written by C++.","archived":false,"fork":false,"pushed_at":"2025-09-24T14:10:25.000Z","size":1885,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-30T08:28:06.177Z","etag":null,"topics":["bindings","cimgui","dear","demo","example","imgui","nelua","nim","sw","toggle","wrapper","zig"],"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}},"created_at":"2025-01-07T08:38:19.000Z","updated_at":"2025-09-24T14:05:25.000Z","dependencies_parsed_at":"2025-01-07T12:41:28.265Z","dependency_job_id":"29f17de3-97e5-43ab-bb98-f9406237dd90","html_url":"https://github.com/dinau/cimgui_toggle","commit_stats":null,"previous_names":["dinau/cimgui_toggle"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dinau/cimgui_toggle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinau%2Fcimgui_toggle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinau%2Fcimgui_toggle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinau%2Fcimgui_toggle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinau%2Fcimgui_toggle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dinau","download_url":"https://codeload.github.com/dinau/cimgui_toggle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinau%2Fcimgui_toggle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32283294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","demo","example","imgui","nelua","nim","sw","toggle","wrapper","zig"],"created_at":"2025-01-19T05:41:29.559Z","updated_at":"2026-04-26T01:31:34.572Z","avatar_url":"https://github.com/dinau.png","language":"C++","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_toggle](#cimgui_toggle)\n  - [Prerequisites](#prerequisites)\n  - [Build and run](#build-and-run)\n  - [Custom window](#custom-window)\n  - [Projects that use cimgui_toggle](#projects-that-use-cimgui_toggle)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n\n![alt](https://github.com/dinau/cimgui_toggle/actions/workflows/windows.yml/badge.svg)\n![alt](https://github.com/dinau/cimgui_toggle/actions/workflows/linux.yml/badge.svg) \n\n## cimgui_toggle \n\n---\n\n`cimgui_toggle` is C wrapper for [imgui_toggle](https://github.com/cmdwtf/imgui_toggle) library \n\nImGui / CImGui : 1.92.6 (2026/02)\n\n![alt](img/simple.png)\n\n### Prerequisites\n\n---\n\n1. Windows OS  \n- MSys2/MinGW tools installed.  \n\n   ```sh\n   pacman -S make mingw-w64-ucrt-x86_64-{gcc,glfw,pkgconf}\n   ```\n\n1. Linux OS (Ubuntu / Debian families)  \n\n   ```sh\n   $ sudo apt install make pkgconf lib{opengl-dev,gl1-mesa-dev,glfw3,glfw3-dev}\n   ```\n\n1. Install Git command \n\n### Build and run\n\n---\n\n1. Getting sources\n\n   ```sh\n   git clone --recursive https://github.com/dinau/cimgui_toggle\n   ```\n\n1. Build and run C demo\n\n   ````\n   cd cimgui_toggle/demo/c\n   make run\n   ````\n\n1. Build and run  C++ demo\n\n   ````\n   cd cimgui_toggle/demo/cpp\n   make run\n   ````\n\n### Custom window\n\n---\n\n![alt](img/custom.png)\n\n\n### Projects that use cimgui_toggle\n\n---\n\n| Language             |          | Project                                                                                                 |\n| -------------------: | :---:    | :----------------------------------------------------------------:                                      |\n| **NeLua**            | Compiler | [NeLuaImGui](https://github.com/dinau/neluaImGui) / [NeLuaImGui2](https://github.com/dinau/neluaImGui2) |\n| **Nim**              | Compiler | [ImGuin](https://github.com/dinau/imguin)                                                               |\n| **Zig**, C           | Compiler | [Dear_Bindings_Build](https://github.com/dinau/dear_bindings_build)                                     |\n| **Zig**              | Compiler | [ImGuinZ](https://github.com/dinau/imguinz)                                                             |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinau%2Fcimgui_toggle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdinau%2Fcimgui_toggle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinau%2Fcimgui_toggle/lists"}