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…
When replying to a forum post, you will now see the post you're replying to underneath the editor.…
Well, this one's done and dusted :)
I've just added a new feature to the website: post preview. Whether you're writing a new blog or f…
Wow, huh. Seems like something is off in either FreeType or the OpenGL font rendering, i dont know…
He's since started because the old one was becoming a bit unwieldy. It has been a fruitful effor…
Hey, I just recently upgraded my machine and now 4coder won't render text anymore. It starts up ju…
I have worked on pretty big C++ codebase on Windows, Linux, OSX (not a game though). We compiled w…
I've usually found that when starting a new project there is a bit of friction between different c…
I think there is a misunderstanding here about how the CPU/GPU pipeline works. The CPU and GPU ar…