{"id":17788874,"url":"https://github.com/moebiussurfing/ofximgui_v4","last_synced_at":"2025-10-09T01:35:44.682Z","repository":{"id":109378773,"uuid":"281337682","full_name":"moebiussurfing/ofxImGui_v4","owner":"moebiussurfing","description":"DEPRECATED openFrameworks addon to wrap ImGui but simpler and easy to update than /jvcleave/ofxImGui. Includes some OF helpers, links, and examples.","archived":false,"fork":false,"pushed_at":"2022-09-21T21:58:59.000Z","size":10940,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-13T03:44:00.236Z","etag":null,"topics":["imgui","openframeworks","openframeworks-addon"],"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/moebiussurfing.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":"2020-07-21T08:16:04.000Z","updated_at":"2022-09-21T21:59:02.000Z","dependencies_parsed_at":"2023-03-13T14:14:00.065Z","dependency_job_id":null,"html_url":"https://github.com/moebiussurfing/ofxImGui_v4","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moebiussurfing/ofxImGui_v4","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moebiussurfing%2FofxImGui_v4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moebiussurfing%2FofxImGui_v4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moebiussurfing%2FofxImGui_v4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moebiussurfing%2FofxImGui_v4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moebiussurfing","download_url":"https://codeload.github.com/moebiussurfing/ofxImGui_v4/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moebiussurfing%2FofxImGui_v4/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000720,"owners_count":26082895,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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":["imgui","openframeworks","openframeworks-addon"],"created_at":"2024-10-27T10:24:27.111Z","updated_at":"2025-10-09T01:35:44.677Z","avatar_url":"https://github.com/moebiussurfing.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"ofxImGui_v4\n=============================\n\n## Notes by @moebiusSurfing:  \n\n#### DEPRECATED\nCurrently I am using this fork:  \nhttps://github.com/moebiussurfing/ofxSurfingImGui  \n\nhttps://github.com/Daandelange/ofxImGui/tree/ofParameters-Helpers-Test  \n* Multicontext/instances\n* ImGui 1.80+\n-------------------------------------------------\n\n### *NOT READY TO USE YET. STILL VERY BUGGY. I AM HAVING PROBLEMS TO ADD HELPERS TO HANDLE ofParameters*  \n\n\n### About    \n*Currently updated to docking branch on Jul 17, 2020*  \nhttps://github.com/ocornut/imgui/tree/docking  \nhttps://github.com/ocornut/imgui/commit/3d4af15d1d5f5d3746b69859308949c357e0c21e  \nfolder `/v1.77` includes `/libs` and `/opengl` folders to easy switch to non-docking 1.77 release version.  \n\n\n**/example-demo**  \n\n![image](https://github.com/moebiussurfing/ofxImGui_v4/blob/master/readme_images/screenshot1.PNG?raw=true \"readme_images/screenshot1.PNG\")  \n\n![image](https://github.com/moebiussurfing/ofxImGui_v4/blob/master/readme_images/screenshot2.PNG?raw=true \"readme_images/screenshot2.PNG\")  \n\n**This is a splitted-fork from**  \nhttps://github.com/yumataesu/ofxImGui_v3  \nAuthor of the addon: **@yumataesu**  \nUsing some of the OF helper funtions.  \n\n## Why this fork?\nSimpler and easy to update than the `official` addon:  \nhttps://github.com/jvcleave/ofxImGui  \nMy main idea here is to have a simpler wrapper but with some helper methods useful for openFrameworks, mainly to easy handle `ofParameter/ofParameterGroup`.  \nBesides ofxImGui: it allows helpesr using native begin/end, not required ofxImgui:Begin/End  \nLike `ofxImGuiSimple` or `ofxImGui_v3`, intended to *use the more pure ImGui code as possible*.  \nI will add some related personal notes, interesting links and examples (focused in OF).  \n\n\nhttps://github.com/ocornut/imgui/releases/tag/v1.77  \n\n### Thanks to  \n**@yumataesu** -\u003e for the original code!  \nAnd thanks to all the coders of the below links.  \n\n### Tested System  \n**OF 0.11** / **Windows10** / **VS2017**  \n\n### TODO\n- Collect all helpers and useful examples in the same place.  \n- Add node patching repositories with OF examples.  \n- Any help about how to add node pacthing engines will be appreciated!  \n- Looking to port guizmo too.  \n\n## Related links  \n\n**WHY A SIMPLER WRAPPER?**  \nhttps://github.com/PlaymodesStudio/ofxImGuiSimple/issues/2  \nhttps://github.com/pjulien21/ofImGuiApp/issues/1  \n\n**OF IMGUI CODE**  \nhttps://github.com/PlaymodesStudio/ofxImGuiSimple -\u003e simple but without helpers  \nhttps://github.com/yasuhirohoshino/ofxPBRHelper -\u003e cool addon that uses ImGui to scene handle and store/recall settings  \nhttps://github.com/sebasobotka/ofxImGui -\u003e Combo and ListBox which can take a vector\u003cstring\u003e and customize fonts ( + .otf)  \nhttps://github.com/MacFurax/ofxImGui -\u003e nice theme, custom widgets kind of sound synth device like circular knob...  \nhttps://github.com/pjulien21/ofImGuiApp -\u003e simple but modifiying main.app  \nhttps://github.com/yumataesu/ImGui_Widgets -\u003e kind of vj widgets  \nhttps://github.com/Iwanaka/ofxMyUtil/blob/master/src/utils/ofxMyUtilImGui.h -\u003e OF helpers.  \nhttps://github.com/geekowll/imdesigner -\u003e tools to create and deep customize widgets  \nhttps://github.com/katotetsuro/ofxImGui/tree/multiwindow -\u003e simple code to allow multiwindow/contexts without crash  \nhttps://github.com/memo/ofxMSAControlFreakImGui  \nhttps://github.com/rystylee/ofxImGui-docking  \nhttps://github.com/Akira-Hayasaka/ofxImGui_SplineEditor  \nhttps://github.com/d3cod3/ofxImGui/commit/a288774a4ff2bd395a47e7720d9cdb487e23fc94 -\u003e customize fonts  \n\n**RAW IMGUI CODE**  \nhttps://github.com/ocornut/imgui_club -\u003e main examples  \nhttps://github.com/aiekick/ImGuiFileDialog -\u003e files browsers  \nhttps://github.com/AirGuanZ/imgui-filebrowser  \nhttps://github.com/CedricGuillemet/ImGuizmo -\u003e gizmos  \nhttps://github.com/BrutPitt/imGuIZMO.quat  \nhttps://github.com/john-chapman/im3d  \n\n**NODE PATCHING**  \nhttps://github.com/thedmd/imgui-node-editor -\u003e looking to port nodes into OF..  \nhttps://github.com/Nelarius/imnodes  \nhttps://github.com/rokups/ImNodes  \nhttps://github.com/JoshuaBatty/ofxNodeGraph -\u003e old OF example  \nhttps://github.com/sphaero/ofNodeEditor -\u003e old OF example  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoebiussurfing%2Fofximgui_v4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoebiussurfing%2Fofximgui_v4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoebiussurfing%2Fofximgui_v4/lists"}