Handmade Network»Feed
Ginger Bill
Valmar: First I need get a base language with which I am happy with before I can then expand upon…
»
Michael
Hello Allen, I've been playing around with "4Coder Super!", and I just started playing around wi…
»
NotAClue
Thanks for responding, Casey. I understand that it can't be easy doing as many things at once as …
»
Stefan Reinalter
As the developer of the Molecule Engine, I wanted to chime in to clarify things and make my inten…
»
Timothy Wright
It looks like you are taking some of the better stuff from the Go language and ditching the rest.…
»
Jack Mott
Assuming you are using visual studio, uou may want to use the static linking option, if you can: …
»
Oliver Marsh
i found processing to be a pretty good way. https://processing.org/ You write the program with ja…
»
Kyle Devir
What features are you currently working on, and will be working on in future, in what order?
»
Mustafa Al-Attar
Dear Mārtiņš Možeiko... Thanks for your help... After running dependency walker, I found that t…
»
Casey Muratori
The algorithm used in The Witness hasn't been documented yet, and it is the only one of its kind …
»
Josh Filstrup
Fair points. Rust actually gets most of what I want. The only major concern I have is build times…
»
NotAClue
If this has already been answered, I apologize, since the forums aren't easily searchable at the …
»
Abner Coimbre
I've gotten pokes from viewers asking about the Handmade Dev Show. It's awesome to have awesome v…
»
Barret Gaylor
I am having some problems with my first pass. Here is what I am trying to do: 1 2 3 4 5 6…
»
Ginger Bill
I like quite a lot of the ideas from Jai however there are two main problems with Jai: It's not …
»
Josh Filstrup
Interesting, I'd also be interested in your thoughts on Jai. The general notion of an 'improved C…
»
Mārtiņš Možeiko
Is this your game built from source, or just binary you got from somewhere? If it is your game, t…
»
Bill Strong
Intel and AMD chips present x86 and x86-64 as a front end to the world, but the actual chip turns…
»
Mustafa Al-Attar
I have been working on a game in C++ for over a year now. Recently I had to change the developmen…
»
Kyle Devir
Interesting. How does your language differ from Jai?
»
DeVon DeCenzo
Is there a video on how to set up VS with emacs or 4coder? If so can someone let me know which on…
»
Mārtiņš Možeiko
CREATESTRUCT is here: https://msdn.microsoft.com/en-us/...ary/windows/desktop/ms632603.aspx It is…
»
Jesse Coyle
Holy shit, that seems more convoluted than it's suppose to be (CREATESTRUCT?? what type of dataty…
»
Mārtiņš Možeiko
Yes, for unsigned numbers that is how it works - it does "implict AND". In C89 this is defined li…
»
Mārtiņš Možeiko
I'll add a few things to Casey's suggestion. There are few messages that are sent before WM_CREAT…
»
Casey Muratori
When you call CreateWindow, you can pass userdata as the final paramter (lParam). This will come…
»
Casey Muratori
Thanks! We'll check it out on Monday. And yeah, streaming programming is pretty tough :/ But h…
»
Jesse Coyle
This crap has been frustrating me for some time. I started to get rid of the globals in my progra…
»
Andre
I'm happy to report that the sorting problems on Day 306 were grossly exaggerated by a typo in Pu…
»
Albert
At 02:02:00 of https://hero.handmade.network/episode/win32-platform/day025, it's commented that d…
»