Allen Dang

Results 166 comments of Allen Dang

@cydside I think this should be an discussion about how to avoid termination triggered by syscall.SIGINT rather than an issue. May I ask what's the usage scenario?

@gucio321 Theoretically, it's possible. Any opengl backend which supports webgl could be easily intergrated with imgui.

@gucio321 I think we could define a `theme dsl` rather than use `css` directly. Because css is very complex.

@gucio321 Generate a checksum every frame is way too slow... @rasteric I think you could set a new ID to image widget after the texture is changed

@rasteric I just added ID setter to ImageWithRgbaWidget and ImageWithFileWidget update to newest master branch to get it.

@0Alireza-Ta0 You will need to write your own platformer and renderer. You could check the implementation in github.com/AllenDang/imgui-go, should be very straight forward.

@gucio321 Yeah, I will do it later today. :P

@gucio321 Sigh... I'm stucked at home without my laptop due to the covid-19 quarantine...

Yeah, seems the window has transparent background and frame corner's color of widget is mixed with master window.