giu
giu copied to clipboard
Cross platform rapid GUI framework for golang based on Dear ImGui.
### Related problem _No response_ ### Your request There is a [fork](https://github.com/ptxmac/imgui-go/tree/docking) of imgui-go that uses the `docking` branch of Dear ImGui. Would it be possible to use docking in...
First of all, i want to congratulates by the very nice project. It is a very important step for a really effective golang ui toolkit. To make it solid, it...
### Related problem I set the main window to be borderless (actually I don't want the main window). Then I want to press and hold the "good" imgui window to...
related with #288 when creating two popups with the same id, they layouts are joined and rendered together. see demo code: ```golang package main import "github.com/AllenDang/giu" func loop() { const...
Hi, I'm wondering if there's a way to prevent the application to be closed by a SIGINT call, here is my attempt: ```go package main import ( "fmt" "math/rand" "os"...
Hi @AllenDang ! I'm trying to fix #463
WebGL?
I've used imgui-js by flyover before but it really doesn't suit my needs anymore, as I know you can compile go to wasm, would that be somehow possible with giu...
# INTRODUCTION Hi there! A few days ago, I heard, that JavaFX uses CSS stylesheets for windowed-apps styling. What about adding such a feature as an extension of giu? #...
### Related problem _No response_ ### Your request Add rotation property to AddImage method in https://github.com/AllenDang/giu/blob/a85dc093a122dd17d7c31bb57107f61546906cf8/Canvas.go#L150 ### Alternative solution _No response_ ### Additional context _No response_
[bug] ImageWithRgba and ImageWithFile internal state incorrectly indexed (incorrect internal keys)
### What happend? ImageWithRgba and ImageWithFile maintain internal state in Context. However, this information is not updated correctly when new image widgets with new images are created in the render...