Yunkang YU

Results 10 comments of Yunkang YU

resizing works fine on my machines(macos and windows). Can you provide more information? platform and compiler?

your exe works fine on my win10. May you post some snapshots?

really weird. It seems that the size of framebuffer mismatch with window. What's your gpu? Did you update your gpu driver to latest version?

hope this helps [Release.zip](https://github.com/yushroom/FishGUI/releases/download/build2018-5-30/Release.zip)

Thanks for your test, it's helpful.I don't have a pc with intel gpu, so i will handle this problem later if possible.The demo works fine on macos with Intel Iris...

You are right, ApplicationFilePath() is missing on Linux. I'm working on it now.

@ebachard Done. Tested on Ubuntu. See readme for build instructions.

thank you for your interest. I made a new commit to fix, 0f7f07458e3795abc7b5eba4de391dc539559f52.

What is your gcc version? It seems that it can not handle two phase name lookup correctly. m_rect is a protected member of Widget. Try to replace m_rect with this->m_rect.

my unity-like game engine editor https://github.com/yushroom/FishEngine ![](https://github.com/yushroom/FishEngine/raw/master/Snapshot/20161129.png)