cimgui-go VS imgui-go

Compare cimgui-go vs imgui-go and see what are their differences.

cimgui-go

Auto generated Go wrapper for Dear ImGui via cimgui (by AllenDang)

imgui-go

Go wrapper library for "Dear ImGui" (https://github.com/ocornut/imgui) (by inkyblackness)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
cimgui-go imgui-go
3 7
269 797
- -
9.6 6.3
8 days ago over 1 year ago
C++ C++
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cimgui-go

Posts with mentions or reviews of cimgui-go. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-18.
  • Could some share some instructions in order to build and run AllenDang/cimgui-go?
    1 project | /r/golang | 11 Jun 2023
    I cloned the repo and I tried a couple of things like make and go run . since I didn't quite undertand the README. I would like to play with this library and build something with Go. I'm on Windows 22H2 and my Go version is 1.20.2. Thanks you all! Here is the repo.
  • Using Imgui with Go
    1 project | /r/golang | 4 Apr 2023
    In particular, in https://github.com/AllenDang/cimgui-go/blob/main/cimplot_structs_accessor.cpp I see wrap_ImPlotAxis_SetShowDefaultTicks, so I suspect that A: there is some function that you can call that will return a PlotAxis from the current Plot, or a collection of same, and B: that having a PlotAxis, there will be a collection of methods you can call on it that serve the same function as the named parameters in the Python code you gave as an example.
  • Announce cimgui-go an auto-generated wrapper of Dear ImGui
    7 projects | /r/golang | 18 Aug 2022

imgui-go

Posts with mentions or reviews of imgui-go. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-13.
  • LTT creating their own Benchmark tool called MarkBench
    2 projects | /r/hardware | 13 Oct 2022
    FYI, they're using Dear ImGui. Either https://github.com/AllenDang/giu or https://github.com/inkyblackness/imgui-go
  • Announce cimgui-go an auto-generated wrapper of Dear ImGui
    7 projects | /r/golang | 18 Aug 2022
    As the maintainer of https://github.com/inkyblackness/imgui-go , I like this a lot.
  • Desktop applications discussion
    11 projects | /r/golang | 28 Apr 2021
  • State of Go GUI in 2021
    11 projects | /r/golang | 18 Feb 2021
    Why are you people keep recommending fyne.io??? Don't waste your time, just download it's sample demo (1. go get fyne.io/fyne/v2/cmd/fyne_demo/ ; 2. fyne_demo) try it and see for yourself "how good it is" (it's not). Then download Dear ImGui (golangs bindings here: https://github.com/inkyblackness/imgui-go) and compare the quality... it's not even funny how much better it is. So it's just baffling to see at every golang GUI thread people keep recommending Fyne, when alternatives like ImGui exist, which are just astronomically better. Those who recommend, do you even use it yourself or just keep repeating what others suggested somewhere else...?
  • A Survey of Rust GUI Libraries
    1 project | /r/rust | 13 Jan 2021
    That said, I have used Dear ImGui with before with Go (https://github.com/inkyblackness/imgui-go), it comes with several backends and one of them ("glfw_opengl3") actually works. I don't know if it is any different in Rust.

What are some alternatives?

When comparing cimgui-go and imgui-go you can also consider the following projects:

cimnodes - C wrapping of https://github.com/Nelarius/imnodes

qt - Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS / Ubuntu Touch / JavaScript / WebAssembly

giu - Cross platform rapid GUI framework for golang based on Dear ImGui.

gio - Mirror of the Gio main repository (https://git.sr.ht/~eliasnaur/gio)

cimplot - C binding for implot: https://github.com/epezent/implot

tauri - Build smaller, faster, and more secure desktop applications with a web frontend.

imgui - Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

implot - Immediate Mode Plotting

SwiftImGui - Swift wrapper around Dear imgui for macOS, iOS, Linux and Windows

easy_profiler - Lightweight profiler library for c++

awesome-dear-imgui - A collection of awesome dear imgui bindings, extensions and resources

browser - Package browser provides helpers to open files, readers, and urls in a browser window.