We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Mārtiņš Možeiko
Arch is the best! In my experience Arch works best from all the Linux distributions I have tried.…
»
Mārtiņš Možeiko
For regular apps you are probably better with Java code. Because NDK has limited functionality - …
»
graeme
cmuratori These are completely specific to the compiler, as far as I know, and have never been de…
»
Casey Muratori
Technically there are two things that can decorate a function, generally called "declaration spec…
»
hugo
Thanks guys. I didn't mean only in the games context, but other apps as well :)
»
Adrian
A C function looks like this: 1 2 3 4return_type function_name(argument1, argument2, ...) { …
»
Abner Coimbre
cmuratori Apropos of nothing, I would like to mention that I recently had Manjaro recommended to …
»
ratchetfreak
Going further down the road of "basic machines" I can see 3 broad categories of operations: cont…
»
ratchetfreak
Pseudonym On the "basic machines" metaphor, I think we do understand at least some of the basic p…
»
Casey Muratori
miles_williams what I don't quite understand is exactly how the switch clause in Win32MainWindowC…
»
Miles Williams
Hi everyone. I'm new around these parts, and also to C/C++ (having used much higher level langua…
»
Casey Muratori
Apropos of nothing, I would like to mention that I recently had Manjaro recommended to me on Twit…
»
Casey Muratori
Hopefully we will get to do the CLANG compatibility next week, too. - Casey
»
Casey Muratori
Yes, I always get the notifications! So in theory you don't have to reopen the issue, you just h…
»
Andrew Bromage
On the "basic machines" metaphor, I think we do understand at least some of the basic pieces that…
»
Mārtiņš Možeiko
For libc.so you won't see any internal symbols, because libc.so doesn't have any debug info on de…
»
Mārtiņš Možeiko
This is good presentation on how Windows deals with vsync: https://www.youtube.com/watch?v=E3wTaj…
»
Zachary
I feel like we've gone off-road here - but that's OK since it's (embarrassingly) pointed out a ma…
»
Kim Jørgensen
Swell, I guess a proper response would be. You are doing a good job on fixing the issues in GitHu…
»
HawYeah
mmozeiko Cool, you are doing almost exactly same thing I do with building Android stuff! :) The …
»
Allen Webster
Woah that's a big issue. I'll get in touch soon so we can work on it. strangezak Wow, huh. See…
»
Allen Webster
Good catch, I just found a silly bug in how I treat null view parameters. In the future if you s…
»
Mārtiņš Možeiko
What do you mean by extra work? For me it would be actually extra work to write Java code. Writin…
»
Flyingsand
adge Am I wrong in assuming that using CVDisplayLink ties you to 60 frames per second? Isn't this…
»
Timothy Wright
Lots of great stuff here. I'm thinking about it (and also trying to work on two different projec…
»
Timothy Wright
Here are some other resources I've found useful for OpenGL stuff. https://www.youtube.com/user/j…
»
Adrian
Am I wrong in assuming that using CVDisplayLink ties you to 60 frames per second? Isn't this a ba…
»
hugo
Interesting - you guys are writing your Android apps in pure C? If so, can you estimate how much …
»
ob
I've tried to make Desktop GNU/Linux work so many times, on every flavor and distro imagineable (…
»
Twicetimes
Thanks for all the feedback. I like the idea of having as many warnings on as possible and I'm a…
»