AllenDang / giu

Cross platform rapid GUI framework for golang based on Dear ImGui.
MIT License
2.11k stars 127 forks source link

mainthread: disable on windows #763

Closed gucio321 closed 4 months ago

gucio321 commented 4 months ago

in reference to https://github.com/AllenDang/giu/issues/735#issuecomment-1951419027 we have no mainthread library that works on windows. Due to this fact I think that the best solution is to disable mainthread completely for winows until we find some working solution.

I'll create an issue about this as soon as this change is merged to master

gucio321 commented 4 months ago

also, let me point out this issue: https://github.com/golang/go/issues/64755 (also for further reference :smile:)