This is exactly how it works, yes. Because Windows is Windows, and doesn't like to bother with th…
Hi everyone. I'm new around these parts, and also to C/C++ (having used much higher level language…
Apropos of nothing, I would like to mention that I recently had Manjaro recommended to me on Twitt…
Hopefully we will get to do the CLANG compatibility next week, too.Casey
Yes, I always get the notifications! So in theory you don't have to reopen the issue, you just ha…
On the "basic machines" metaphor, I think we do understand at least some of the basic pieces that …
For libc.so you won't see any internal symbols, because libc.so doesn't have any debug info on dev…
This is good presentation on how Windows deals with vsync: It focuses on D3D11 and D3D12 and Wind…
I feel like we've gone off-road here - but that's OK since it's (embarrassingly) pointed out a maj…
Swell, I guess a proper response would be. You are doing a good job on fixing the issues in GitHub…
The problem is that you have android:debuggable set for wrong XML tag. It should be specified for…
Woah that's a big issue. I'll get in touch soon so we can work on it. A while back there was an …
Good catch, I just found a silly bug in how I treat null view parameters. In the future if you sen…
What do you mean by extra work? For me it would be actually extra work to write Java code. Writing…
Yes and no. The CVDisplayLink callback gets called at whatever refresh period is of the display d…
Lots of great stuff here. I'm thinking about it (and also trying to work on two different project…
Here are some other resources I've found useful for OpenGL stuff.
Adrian —
Am I wrong in assuming that using CVDisplayLink ties you to 60 frames per second? Isn't this a bad…
hugo —
Interesting - you guys are writing your Android apps in pure C? If so, can you estimate how much e…
ob —
I've tried to make Desktop GNU/Linux work so many times, on every flavor and distro imagineable (3…
Thanks for all the feedback. I like the idea of having as many warnings on as possible and I'm al…
Glad you got the issue fixed. I'm only on day 70, so I don't know what all Casey covers as far as …
Cool, you are doing almost exactly same thing I do with building Android stuff! :) The problem is …
[/quote] Not yet tomorrow, but fixed all the same :)
Interesting. Good catch. I'll take a look at it tomorrow in more detail, but at a glance it seems …
Tucker —
That was absolutely the problem. Thank you so much Casey! That was driving me nuts! Wasn't expecti…
It seems there is a problem with this feature, when I reply to there is no context shown. But her…
I don't know if it's of any help, but you can use "Edit > Navigate to..." to switch between files.…
Hi Zyberg I have been following the show on Linux all the way. I started using David Gow's , which…
Hey guys, I've been working on trying to setup a similar build system to handmade hero with androi…