0.9.5 is now available for Windows and Linux.
macOS is missing for now which wasn't really inte…
Yes, you can use intel syntax in gcc inline asm like this:
1
2
3
4
5
6
7
8
9
10
11
12
13…
Thanks. I just didn't thought about using a "global" asm block in C file, but now it seems obviou…
Good to hear that you found a way to work around this.
I think 0.9.1 should have the necessary c…
Yeah, don't do that in C. It will break depending on optimization levels. Have small assembly sta…
[EDIT] Please read the rest of the posts before using any of this post code as there are errors i…
SAL annotations are defined in sal.h file. windows.h includes it, that's why it works with clang.…
X11 will usually flicker if doing CPU drawing while resizing the window. Not sure how this works …
Sorry it took me a few days, but I came back to it and found it complies just fine with the build…
Wow!
Just saw that you talked about the same thing here, mmozeiko.
What a coincidence!
Ohh that's right. I missed this part. Thanks again! Now everything is working fine.
Oh I'm not e…
mrmixer
You should add the steam video on the project page so that we can see what's the game abo…
Hi everyone!
Light Tracer Render is now part of Handmade network!
Light Tracer is an interactive…
You missed this part in my reply above:
Sometimes though the IID's are only declared, and do not…
Hey guys,
I'm not able to use any IID_ID3D12***** GUID in any function that requires one.
NOTE:…
I understand it's hard (maybe even impossible). But I can't agree more that it is something we de…
nuclearI gave up on hacking for smartphones a long time ago. It's clear that they don't like me, …
The tragedy about mobile devices, is that they're very unfriendly towards hackers. Proprietary bo…
If I would make a mobile operating system, I would make development easier by having a desktop mo…
Hi everyone,
This month's London meetup is going to be online. The details are as follows:
When…
Allright, thanks for clearing that out for me! :)
When you say "every Unit will have the move function", do you think Unit structure is different w…
let's say we have this struct:
1
2
3
4
5
6
7
8
9
10
11
12struct Unit
{
int x;
i…
I see! Thank you, that is indeed much better!
This past week, I have been doing programming live streams working on a rendering abstraction ove…
This sounds awesome! Thank you for the 4 of you getting together and organising something like th…
Hey everyone,
I just wanted to tie the loop on this. Please see my other post for information on…
There's been some interest in getting a London meetup going for a while but not a lot of momentum…
Ok thank, never kenw of that command. It work now!
Suggestion
Software rendering in C++14 using multi-threading and SIMD is nice if you just want to…