-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add imgui based gui example #114
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks! Would you also like to add the font files?
macOS CI run fails with the remote end hung up unexpectedly
which seems like a problem on the Travis's end. My vote is for ignoring this temporarily - there will be more PRs dealing with missing features for macOS anyway.
I will add a font tomorrow. The travis issue looks like a temporary network outage. |
I didn't change any of the relevant code, but there also doesn't seem to be a race-condition. |
This seems like a bug in the ptrace tests. I will create a separate issue to tackle it, and I restarted the CI - let's see if it shows up consitently. |
Happened again. |
And now it's passed. I created #116 and will investigate it as a separate issue. Thanks! |
It looks much better with a ttf font instead of the builtin imgui font, but I will leave that for a future PR.