{"id":13543137,"url":"https://github.com/inkyblackness/imgui-go-examples","last_synced_at":"2025-04-02T12:31:39.742Z","repository":{"id":38416533,"uuid":"171167492","full_name":"inkyblackness/imgui-go-examples","owner":"inkyblackness","description":"Examples of Dear ImGui for Go","archived":true,"fork":false,"pushed_at":"2022-12-31T13:00:10.000Z","size":623,"stargazers_count":94,"open_issues_count":0,"forks_count":16,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-11-03T10:32:06.370Z","etag":null,"topics":["dear-imgui","examples","go","golang","gui","hacktoberfest","imgui","toolkit","ui"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inkyblackness.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-17T20:16:37.000Z","updated_at":"2024-11-02T07:07:03.000Z","dependencies_parsed_at":"2023-01-31T19:15:24.876Z","dependency_job_id":null,"html_url":"https://github.com/inkyblackness/imgui-go-examples","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkyblackness%2Fimgui-go-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkyblackness%2Fimgui-go-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkyblackness%2Fimgui-go-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkyblackness%2Fimgui-go-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inkyblackness","download_url":"https://codeload.github.com/inkyblackness/imgui-go-examples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246815630,"owners_count":20838474,"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":["dear-imgui","examples","go","golang","gui","hacktoberfest","imgui","toolkit","ui"],"created_at":"2024-08-01T11:00:23.922Z","updated_at":"2025-04-02T12:31:34.719Z","avatar_url":"https://github.com/inkyblackness.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Examples of Dear ImGui for Go\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/inkyblackness/imgui-go-examples)](https://goreportcard.com/report/github.com/inkyblackness/imgui-go-examples)\n[![Lint Status](https://github.com/inkyblackness/imgui-go-examples/workflows/golangci-lint/badge.svg)](https://github.com/inkyblackness/imgui-go-examples/actions)\n\n## Discontinued\n**This repository is no longer maintained as per 2022-12-31.\nPlease refer to the README of the main repository for details and alternatives: https://github.com/inkyblackness/imgui-go .** \n\n--\n\nThis project contains a set of [Go](https://www.golang.org) examples for [imgui-go](https://github.com/inkyblackness/imgui-go), which is a wrapper for [**Dear ImGui**](https://github.com/ocornut/imgui).\n\nIt provides reference implementations on how to use and integrate **Dear ImGui** in Go.\n\n![Screenshot](assets/screenshot.png)\n\n## Layout\nThe project follows the basic concept of the examples of **Dear ImGui** by separating platform and renderer bindings from the example applications that wire them together in compatible constellations.\n\n* `cmd` contains the main functions of the example applications. They typically combine a platform with a renderer.\n* `internal` contains the reusable library components\n  * `platforms` contains code for mouse/keyboard/gamepad inputs, cursor shape, timing, windowing. For example based on: [GLFW3](https://github.com/go-gl/glfw) and [SDL2](https://github.com/veandco/go-sdl2). \n  * `renderers` contains code for creating the main font texture, rendering imgui draw data. For example using: [OpenGL](https://github.com/go-gl) (both v2.1 (fixed pipe) and v3.2 (shaders) via [glow](https://github.com/go-gl/glow) generated binding code) \n  * `example` contains the common example code.\n  * `demo` contains the ported `imgui_demo.cpp` code to showcase what is wrapped.\n\n## Running examples\n\nSome platforms and/or renderers may require dedicated build flags to be passed.\nEach example comes with a separate `README.md` that describes how to run them.\n\n\u003e Build flags are used in order to avoid compiling all the libraries at once.\n\n## License\n\nThe project is available under the terms of the **New BSD License** (see LICENSE file).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finkyblackness%2Fimgui-go-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finkyblackness%2Fimgui-go-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finkyblackness%2Fimgui-go-examples/lists"}