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…
main.c:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17#include <windows.h>
#include <…
Whaaaaat?
You are actually saying that I don't have to pass a ton of pointers to the dll? That i…
I procrastinated writing a blog post for more than one year, so quite a lot happened since last u…
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…
Please let me know if you are interested in this position or know someone who could be a good fit…
The Software Development team at GBatteries is responsible for bringing the systems and infrastru…
notnullnotvoidigormorgadoBTW, vim isn't a editor to "try" you pick it and use it for life. Isn't…
How come there is no page view counter ?
The layout of wiki talk pages is pretty bad and hard to read.
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…
notnullnotvoidAlso, things that only run at startup are still very much worth optimizing, sometim…
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
Would it be possible to automatically generate normal mapping from the heights? A low-resolution …
Don't forget that in C when you add two u16's the result has int type. So there is no "overflow".…
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…
Thanks, I'll try with clang.
Floating-point operations in 3D geometry transformations aren't bit-exact between different compu…
I would suggest going straight to the source and reading the thousand page reference manuals for …
Line 82 and 375-377 are now removed from the master branch.
@mrmixer: I compiled with clang using this command line:
1
2
3
4
5
6
7
8
9
10
11
12
13
1…