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
jamiesandell
Hi all, Once I've got to the first search result, how do I keep searching to go to the next match?…
»
Ben Visness
Thanks for your concerns. Rather than go point-by-point, I just want to try and explain more of th…
»
Simon Anciaux
Once again, the following will sound negative, but my intention is only to give feedback so that t…
»
Ben Visness
Hey there, Handmade Network. Since you’re reading this on the website, you may have noticed that…
»
crs2she
Thanks it worked great. Sorry for late reply.
»
eternalStudent
This is meant to be a list of organized topics for everyone who wants to include cross-platform te…
»
Simon Anciaux
I just thought that the pseudo code I wrote wouldn't do what I expected because there are two loop…
»
crs2she
Ok thanks I will try out changes. Also 24 was just a number I was trying out to see if it made any…
»
Simon Anciaux
When asking some issue like this, it would help to have a zip with either everything we need to co…
»
ssoher
Thank you George!
»
crs2she
Yes hello all. I'm having a problems with my collisions in my demo I'm making. Sometimes the playe…
»
Simon Anciaux
Thanks
»
x13pixels
RemedyBG 0.4.0.4 is now available for download from itch.io with the following new features and bu…
»
colleagueRiley
RGFW RGFW is a lightweight single-header library that handles window creation and management, inclu…
»
Simon Anciaux
On the handmade discord, x13pixels is investigating issues with large pdb file (> 4Gio). They were…
»
Scr3amer
Hi there ! I was actually lazy to post that but the same happened to me. What version of Remedy ar…
»
longtran2904
Is there any way to declare that a thread-local variable is also exported/imported to/from another…
»
olegharput
In the official example: (raylib [textures] example - Sprite animation) the way it is choosen as f…
»
jorgemoag
Hi! RemedyBG crashes when it tries to open a (large) Unreal project. The progress stops when the U…
»
Christoffer Lernö
It's been three months and finally version 0.6.0 is here! C3 was on a monthly update cycle, so wha…
»
Jens
Yes - originally I was intending on only having it for the GUI but I felt having core features lik…
»
mrcorl
gotcha. if it makes it any easier, all I would really need is the evaluated result as an unformatt…
»
longtran2904
So I've been testing ReadFile's behavior with other input types like pipes and files and noticed a…
»
longtran2904
You can read how TLS works more in these series of articles (for Windows): So I finally finished …
»
Mārtiņš Možeiko
Then your ReadFile will read full buffer. And rest of the input you'll get on next call to ReadFil…
»
longtran2904
Before disabling line buffering, I want to know what happens if the user's input is bigger than my …
»
Mārtiņš Možeiko
Simply disable line buffering on input handle and do buffering yourself. Have whatever size buffer…
»
longtran2904
So let's say my internal buffer size was 4 bytes, and the user types something like 8 bytes and pr…
»
vegasword
🚀
»
Mārtiņš Možeiko
Ah, you're right. It has special behavior when it is reading from console. Just be aware that user…
»