M.Sz.
M.Sz.
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 @AllenDang ! I'm trying to fix #463
# 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? #...
Hi there! ## demo code ```golang package main import ( g "github.com/AllenDang/giu" ) var sashPos float32 = 80 func loop() { g.Window("wnd").Size(80, 80).Layout( g.SplitLayout(g.DirectionHorizontal, &sashPos, g.Layout{ g.Label("Test1"), }, g.Layout{ g.Label("Test2"),...
### Related problem writing state system impl takes always a lot of time, like: - implement widgetState struct - implement constructor for it these points are constant, however, I need...
Hi there! If you've ever tried to run giu apps on windows 10, you had to notice that Windows Deffender's alerts have been triggered. Is there any known way to...
I can't see any example of using `imgui.InputTextCallback`. is it possible to add one to examples/?
Yo, I can see a few things that are out of data on project wiki: - Widgets part: > Another thing need to mention is the id of a interactable...
hi there, It would be cool to add some code, which allows to check what languages does our OS support, and how does it change after adding some default font....