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.
Handmade Network»Feed
Ulaş Demir
For the past year or so since I discovered HMH and this community, I have been thinking of becomin…
»
subterrestrialspace
I finally got around to writing some basic parsers for org and markdown. Thank you very much. 4co…
»
izair
Is there a way to generate C sources from C3 sources? If so, I couldn't find it in the documentati…
»
colleagueRiley
I have a tutorial like this for X11, Cocoa, and Winapi. I'm going to put a link to it here because…
»
Simon Anciaux
This stayed in my mind so I tried to figure it out again (I already did when the thread was create…
»
Simon Anciaux
Yeah, it seems that when we scale around to mouse position, we need to change the camera position …
»
panthalassadigital
After testing the xform for a couple different zoom levels, it really feels to me like the calcula…
»
lackhoa
ASAN's malloc/free replacements also use shadow-bytes. They have to malloc more memory than reques…
»
Simon Anciaux
I'm not super confident with this, but I didn't see any issue with what you wrote. But it could be…
»
panthalassadigital
Sorry to ressurect an old thread, but I've been struggling with this for a while and can't seem to…
»
ssoher
Noice 👍
»
Christoffer Lernö
The 0.6.2 release is here, and a lot has happened since 0.6.1. Mainly it's that C3 has seen a lot …
»
Simon Anciaux
Thanks.
»
x13pixels
A new release of RemedyBG, 0.4.0.7, is available with the following improvements and bug fixes: No…
»
einjonas
wouldn't be an crate idea then to use arena allocators for llvm? They could go through some of the…
»
Simon Anciaux
Thanks, I appreciate seeing how it's working on different platforms.
»
colleagueRiley
When you create an application that locks the cursor, such as a game with a first-person camera, i…
»
»
x13pixels
A new version of RemedyBG is available for download in the usual place on itch.io with the followi…
»
stonespirits
Hi. Former game hacker here. I reverse engineered and developed automation engines targeting MMORP…
»
nikolai_nrw666
All the provided arguments sound quite convincing. Wouldn't you want to add a reference to this ar…
»
longtran2904
I've been trying out Metadesk and your question piqued my interest so I took a look at Ryan's cust…
»
subterrestrialspace
Oh, ok I found the 4coder discord server. I asked Ryan about it and he confirmed that he never got…
»
longtran2904
You probably getting more answers on the 4coder discord. I don't think F4_MD_LexFullInput works bu…
»
subterrestrialspace
Does anyone have an example of a simple custom lexer? I want to add highlighting to markdown and f…
»
Iron Tarkus
As you mentioned, I think that the entity ids are simply not reused. It also looks like Dark Souls…
»
c
I did same thing to build Console application in C using visual studio and msbuild options. Here i…
»
Mārtiņš Možeiko
You can ask for any multiple of large page size. 2M, 4M, 6M, 8M, ... 1024M, etc. On 64-bit x86 the…
»
c
Thank you, it works now. I passed the size value to the view function. So, if i use the large page…
»
Mārtiņš Možeiko
I assume the problem is that MapViewOfFile is trying to map size that is not multiple of large pag…
»