Seth Kingsley
Seth Kingsley
I would like to have this as well, and of course it would need to avoid running concurrently.
This could be fixed by bb98cd6.
I’ve wanted to do retina support for iPad and iPhone 4/5 for a while, but I don’t have much time for this project anymore. Maybe somebody wants to take a...
Hi there. This project was basically a proof-of-concept port that is now many years out of date. I suggest you try the iOS port of ioquake3, which I believe someone...
Sorry I don't have more time to help out. You can paste the errors here and I might have some ideas. Good luck. =)
I think I'll take a crack at it and post something here for people to critique.
Looks like there's some demand for this! Here's what I'm working with so far: The only part I can imagine being controversial is that I'm providing `operator bool()` so that...
@ice1000 That syntax reminds me of something I saw in a Facebook C++ talk about some very insidious bugs they had when RAII initializations were missing variable names and thus...
Just to illustrate my point, I totally forgot that `ImGui::End()` needs to be called regardless of the return value of `ImGui::Begin()`, because that's how you handle the case where the...
> * `IsExpanded` should be `IsContentsVisible` to be more accurate and explanatory. How about `IsContentVisible`? I'm only objecting to the grammar... > * Even though it is practical, it is...