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.
Barret Gaylor
changing to Zi did not help and clicking on "Browse and find hitbox_render_group.cpp" just print t…
»
Doeke
I kinda like CLion, but for debugging it's really bad. There is also no memory view and you can't …
»
Jack Mott
That kind of syntax drives me crazy too, which is what I love about the |> operator which you can …
»
Timothy Wright
I realized that people have a different definition of what "Function Programming" means, and that …
»
Mārtiņš Možeiko
What happens if you change -Z7 to -Zi ? What happens if you browse to file (click the blue link) a…
»
Jack Mott
I guess a worse case is when you want to do something like: int x = bar(i) if(x==SPECIAL_CASE) re…
»
Jesse
I think this is a bug introduced by Visual Studio 2015 Update 3. Assuming you've upgraded.
»
Barret Gaylor
This one has got me stumped. I am trying to step through my render_group code in visual studio, bu…
»
Jack Mott
Yeah return values from the middle of functions is not possible in the way you are used to because…
»
Ben Visness
I think it has huge potential, but from what I've seen, it needs more direction. It seems like the…
»
Ben Visness
Well, if you're looking for something really easy to get started, the Stanford PLY format is dead-…
»
Sean Barrett
Re: languages which prioritize functional but allow other stuff, many many years ago I tried Ocaml…
»
graeme
Here's a quote from the start of Michael Abrash's graphics programming black book. The first chapt…
»
Mārtiņš Možeiko
There's glTF format from Khronos: It's not intended as runtime format, but more as transmission…
»
Pete
Why is it that COLLADA is such a bad format? From what I can see it is XML-based which is enough …
»
Timothy Wright
I am really starting to like the Handmade Network and the people it attracts. This is the first u…
»
Doeke
Thanks! Installing the font did the trick!
»
Jack Mott
I find internet arguments about it tend to get tautological. That is, any early optimization that …
»
erpeo93
Too young :-(Not enough experience (I haven't release my own game yet) But I wish you the best of …
»
erpeo93
Thank you guys, I can't wait to start developing the game, I really hope to find someone to share …
»
Matt Mascarenhas
I haven't got to the stage of optimising C code yet, but did get a taster of optimising stuff whi…
»
drjeats
I'm sure lots of folks here have seen this retweeted around: It's the Handmade Con format, but w…
»
Andrew Bromage
As a non-answer: Do not try to parse COLLADA yourself. In fact, don't use COLLADA unless you have …
»
ratchetfreak
There is also the interquake model format:
»
Bill Strong
You might try Open Game Exchange Format. Read more about it at . It can handle animation which obj…
»
Andrew Bromage
It depends what you mean by "as good". There have been in controlled (i.e. realistic but not rea…
»
Jack Mott
Right, which is why I was talking up languages that don't do anything to enforce purity of functio…
»
Andrew Bromage
Knuth is 100% correct, and this advice is what all novice programmers should heed. However, there…
»
Abner Coimbre
It would be very remiss of me to not quote John Carmack here: To the extent performance requirem…
»
ratchetfreak
It's funny because the premature optimization quote is part of a larger statement that actually ex…
»