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.
Morskiyef
Thanks for your reply. Oh, I got the picture. For some reason I thought you were doing something…
»
John
I want: 1 2 3 4 5hello_how_are_you( x, y, z ); but I get: 1 2 3 4 5hello_how_are_yo…
»
Mārtiņš Možeiko
main.c: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17#include <windows.h> #include <…
»
Dan Zaidan
Whaaaaat? You are actually saying that I don't have to pass a ton of pointers to the dll? That i…
»
Anton Swifton
I procrastinated writing a blog post for more than one year, so quite a lot happened since last u…
»
Amin Mesbah
Geany falls into neither the quirky command line nor the bloated javascript category. I find it c…
»
Miles
igormorgadoAs emacs. But as you can see, Casey's productivity is far high using it. Nah, not real…
»
Neo Ar
mrmixerHow come there is no page view counter ? I actually really wanted it to have a view count…
»
Samuel Buteau
Please let me know if you are interested in this position or know someone who could be a good fit…
»
Samuel Buteau
The Software Development team at GBatteries is responsible for bringing the systems and infrastru…
»
Igor Morgado
notnullnotvoidigormorgadoBTW, vim isn't a editor to "try" you pick it and use it for life. Isn't…
»
Simon Anciaux
How come there is no page view counter ?
»
Simon Anciaux
The layout of wiki talk pages is pretty bad and hard to read.
»
Simon Anciaux
Links in the feed to wiki talk page don't work. For example this link. In firefox I get a The pa…
»
Alexey
Exactly, the return type is int, so the mod 65536 never happens. The arguments of the addition ar…
»
Miles
I still very much wouldn't like to wait for that step when making frequent changes to models, but…
»
Dawoodoz
notnullnotvoidAlso, things that only run at startup are still very much worth optimizing, sometim…
»
Mārtiņš Možeiko
It could be done that way. Just export platform functions from main exe file and in game dll use …
»
Terans
In the non-specific code, Casey uses various pointers to functions that the platform layer must s…
»
Miles
Unfortunately, as much as I love PLY for static models (it's pretty much the simplest possible te…
»
Neo Ar
https://getsimple.computer
»
Dawoodoz
Would it be possible to automatically generate normal mapping from the heights? A low-resolution …
»
Mārtiņš Možeiko
Don't forget that in C when you add two u16's the result has int type. So there is no "overflow".…
»
Dawoodoz
Only took me a day to write an importer for a sub-set of the "Stanford PLY" format without textur…
»
S
aolo2Thanks for the great reference! I've been fiddling with TTF's for the last few days and your…
»
Simon Anciaux
Thanks, I'll try with clang.
»
Dawoodoz
Floating-point operations in 3D geometry transformations aren't bit-exact between different compu…
»
Dawoodoz
I would suggest going straight to the source and reading the thousand page reference manuals for …
»
Dawoodoz
Line 82 and 375-377 are now removed from the master branch.
»
Mārtiņš Možeiko
@mrmixer: I compiled with clang using this command line: 1 2 3 4 5 6 7 8 9 10 11 12 13 1…
»