Home

Awesome

Examples of Dear ImGui for Go

Go Report Card Lint Status

Discontinued

This repository is no longer maintained as per 2022-12-31. Please refer to the README of the main repository for details and alternatives: https://github.com/inkyblackness/imgui-go .

--

This project contains a set of Go examples for imgui-go, which is a wrapper for Dear ImGui.

It provides reference implementations on how to use and integrate Dear ImGui in Go.

Screenshot

Layout

The 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.

Running examples

Some platforms and/or renderers may require dedicated build flags to be passed. Each example comes with a separate README.md that describes how to run them.

Build flags are used in order to avoid compiling all the libraries at once.

License

The project is available under the terms of the New BSD License (see LICENSE file).