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.
Guntha
Hello, I'm not a collision detection expert, I've been watching this part of Handmade Hero a lon…
»
Seth Archambault
Handmade Detroit Gathering #3 complete! Here’s some notes: Single File Libraries: • https://git…
»
BernFeth
I've been trying to implement casey's collision detection algorithm and it works great for collid…
»
Joystick
Ah, I see! But if that's the case then why does he also handle the keyboard state using those tw…
»
Simon Anciaux
It's to handle controller state. Keyboard input messages allow you to know if the key was pressed…
»
Simon Anciaux
draw_text_layout is in the core of 4coder so you can't rewrite it. You can rewrite layout rules (…
»
Dawoodoz
notnullnotvoidDawoodozGoogle decided to kick out OpenCL when adding their own RenderScript. The i…
»
Dawoodoz
phredaI will see your project, But first let me tell you a few things. maybe they will serve you …
»
Dawoodoz
mmozeikoThat is correct. There is no emulation or virtualization involved for running 32-bit code…
»
Jens
I got the coloring working, but as you mentioned the color escape codes are being rendered. I'm …
»
Benjamin Pedersen
In VS you can select multiple files in the file selection window. This would be a nice feature to…
»
Mārtiņš Možeiko
That is correct. There is no emulation or virtualization involved for running 32-bit code on 64-b…
»
Simon Anciaux
Yes. But it would probably be easier to modify or replace the default_render_buffer function so y…
»
Miles
DawoodozGoogle decided to kick out OpenCL when adding their own RenderScript. The introduction of…
»
Pablo Hugo Reda
I will see your project, But first let me tell you a few things. maybe they will serve you for so…
»
Jens
I'd love to give it a try but I've just started playing with adding a custom layer today. From wh…
»
Joystick
Hey guys! Could somebody elaborate on why does Casey use two input buffers and swaps between the…
»
Dawoodoz
notnullnotvoidI think I'm more confused after reading the readme than I was before reading it. So…
»
Simon Anciaux
This isn't part of 4coder, but it might be possible to implement in the custom layer.
»
Jens
I've recently started working in a linux environment and noticed the build scripts I'm using are …
»
Amin Mesbah
I don't have any usability feedback yet, but I built and ran the "sandbox" demo and just wanted t…
»
Miles
I think I'm more confused after reading the readme than I was before reading it. Some questions: …
»
Mārtiņš Možeiko
This is why is use RSS feed: https://handmade.network/atom It's perfect for this kind of use case.
»
Dawoodoz
I think people would be more active on this forum if they could subscribe to replies. To avoid ge…
»
Dawoodoz
I have a public beta of my 2D/3D/isometric software renderer (currently for Linux). Hopefully I c…
»
C_Worm
Thanks, nice to "hear" your voice on this!
»
D3zmodos
Note: I hesitated to reply to this because its been quite a while since I implemented SAT (or any…
»
spx
Indeed this was and at least partially still is a known problem (or limitation). This will improv…
»
albatros
Hello there. I give opengl a callback for errors. I set a breakpoint in the callback to check in…
»
C_Worm
Hey I managed to implement the serparated axis theorem(SAT), however im finding it very hard to u…
»