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.
Colin J. Mills
Does anyone have any experience with "Handmade JS" as in the simplest way of getting into web dev …
»
Mārtiņš Možeiko
You won't see much speed gains in this case because at beginning of loop you are doing a lot of sc…
»
cl777
Hello again, does anyone from the US know a source for this book that ships to Germany. The afford…
»
cl777
Hello Mārtiņš, thanks for your insights and the link (in the end it`s all about knowing the rig…
»
Jason
This is a message for Allan. Allan, I was wondering if you're still offering closed source license…
»
Simon Anciaux
I'm not sure but I think computation should always be done in linear space. In my mental model, in…
»
Simon Anciaux
You should use instead of DirectSound. See the thread in these forums. You can also search for o…
»
Naman Dixit
I started working on an engine some time ago and just decided to implement audio support. So, I tu…
»
twelvefifteen
Hey all. I'm curious if, unless specified otherwise, all image processing algorithms should be per…
»
Castan
Ah, I see. That's nice, at least now I have something to keep track of the state of this. :-) Than…
»
Mārtiņš Možeiko
This is ok. Modern CPUs execute a lot of stuff ahead of "current" instruction. To do so it interna…
»
cl777
I tried } [/code] but it still only uses one register. Here's the dumpbin But I wonder, wouldn't…
»
x13pixels
Castan, The watch window bug when using a Clang generated PDB is written up here . Note that I st…
»
Mārtiņš Možeiko
Try this: }[/code] Sometimes compilers like dereferencing and ++ instead of [i+n].
»
cl777
Hello Mārtiņš, I'm compiling with Cl -O2 That was the culprit. Comparing apples and oranges. Wh…
»
Mārtiņš Možeiko
Few questions:are you compiling with optimizations (O2/O3) when benchmarking?you are actually proc…
»
cl777
Hi Folks, I'm trying to wrap my had around basic SIMD stuff. I wrote a simple program that adds tw…
»
Castan
Trying to resurrect this; Has anyone actually tried this? I've tried a bunch of solutions found ar…
»
ratchetfreak
The stack is part of the calling convention between functions. In most cases it is a area of memor…
»
Mārtiņš Možeiko
Heap and stack are not really concepts for language. It is more runtime thing. If you have pointer…
»
Bits Please
Greetings everyone! As we all know, in C, which is a low-level programming language, there's a con…
»
Peter
Unfortunately it didn't work. But I've bought a new graphics card now. Radeon RX 580. I'll put tha…
»
x13pixels
FYI, I posted another bug-fix release of RemedyBG today.Memory edit prev/next buttons now grayed o…
»
Simon Anciaux
According to the following page, your card chip only supports OpenGL 3.1 and Handmade hero uses Op…
»
Peter
Is it possible that the video card in the comp I'm using now (internal Intel HD Graphics 2000) is …
»
Ray
Thanks! I keep working hard to improve it! :)
»
albatros
Raylib was good and it keeps getting better, that's awesome news. Champagne ! :D
»
Simon Anciaux
You can measure time elapsed in your application but it doesn't guarantee anything about DirectSou…
»
Simon Anciaux
The raylib gif is extremely annoying when you're trying to read the text. Is anything happening on…
»
Ryan Fleury
Hey there, everyone! Handmade Network is a community about writing quality software, understanding…
»