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.
C_Worm
ooh yes thanks a lot!! I tried to the first alternative but it didn't seem to work, maybe made a f…
»
»
Simon Anciaux
Did you try my first suggestion has it's more likely to be the issue ? The idea is that you're mov…
»
x13pixels
The expression "&$" will work as expected, yes. If it turns out that the form you described with "…
»
Opoiregwfetags
Sounds good. I'm eager to see the new watch features you're working on. Your version wouldn't allo…
»
C_Worm
Hmmm okay, how would you reliably set positions/sizes based on float's then since i guess that's p…
»
x13pixels
The plan is to extend the formatters to allow specifying one or more subexpressions relative to th…
»
longtran2904
In your recent Handmade Seattle talk about metadesk, you made a comparison between datadesk and me…
»
Simon Anciaux
When you move the tiles up, you set them at a fixed position 2.0f + szy (this seems odd but I'm as…
»
Angelo Theodorou
I have published the Dev Update #18, with the progress from the second half of June 2021 to the se…
»
C_Worm
Thanks for the information on how to make code blocks! I've changed so that the texture is just on…
»
Simon Anciaux
There is an issue with the code blocks you posted, and I assume that the code inside got modified …
»
C_Worm
Hi, im working on a 2D shoot'em up map editor and the ground is made up of tiles moving downwards.…
»
Simon Anciaux
In handmade hero we use PushSize to allocate memory, and if the arena need to grow it will call Vi…
»
Opoiregwfetags
Hi, I have another suggestion that I think would satisfy the requests some people have made about …
»
Opoiregwfetags
By the way, if we end up having an image viewer option for the watch data, I think these two featu…
»
Oliver Marsh
Thanks Simon, that makes sense. So for a 64byte thing it's quicker just going with HeapAlloc?
»
Opoiregwfetags
Hi, I have a crazy idea. Sometimes you have an array of structs, and want to see which elements of…
»
x13pixels
Not too specific. This is good stuff, thanks. There are a few other features that would benefit fr…
»
Simon Anciaux
The underflow and overflow checks are debug things. If you pass those flags, every allocation will…
»
Oliver Marsh
Hi everyone, I was wanting to dig a bit deeper into memory allocation and wondered if anyone can e…
»
Opoiregwfetags
You could specify memory base, stride, width, height, and choose number and order of channels and …
»
Simon Anciaux
Version 0.3 changelog:Added support for youtube feeds. Download feed 0.3
»
Simon Anciaux
Casey is trying/experimenting with things he doesn't know, so don't treat his solution as a perfec…
»
Mārtiņš Možeiko
Basically that inline calculated the whole loop at compile time and replaced with the result? yes,…
»
da447m
Thanks for explanation. Basically that inline calculated the whole loop at compile time and replac…
»
Mārtiņš Možeiko
Inlining is about extra optimizations compiler can potentially do. Often that allows to remove lar…
»
da447m
if code you call is really performance critical, you actually don't want any call at all, you want…
»
n00bmind
5 years later, I found this video which I think is incredibly illustrative, basically explaining t…
»
Terans
In the code of the PID camera on Day 504 ( ), it seems that Casey is doing an analytic integration…
»