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
Amin Mesbah
WARNING This text is old, and a bit outdated. Some of information is not relevant anymore, and man…
»
Ben Visness
I'm pleased to write this final news post of the year together with Abner Coimbre! Dear Handmade C…
»
King Emhyr
I remembered that I posted this thread a couple hours ago (hence the late reply) and decided to do…
»
Mārtiņš Možeiko
Btw if you're interested into looking at non-opensource code, then here's pdb/dwarf parser from Ep…
»
Simon Anciaux
When you do You need to use enemyGroup.Length - 1. From the raylib cheatsheet:
»
Mārtiņš Možeiko
Please put ``` (three backticks) on separate line before and after code fragment you put in the po…
»
Scr3amer
Thanks for the suggestion. That's what I was actually already doing. For future reference if peopl…
»
Scr3amer
Understood ! Thanks for the reply ! That's gonna be so nice for the DWARF :D. Will you release it …
»
Scr3amer
The PDB world is small Stefan here we meet again :)) Btw I added a PR for a small typo I found :P
»
stefanreinalter.
I open-sourced my PDB reader that is used in Live++: Depending on what information you need, ther…
»
Mārtiņš Možeiko
As an option you can consider using clang instead of gcc. Even if you target mingw environment, cl…
»
x13pixels
I wrote my own PDB parser based on the information that Microsoft released here: The plan is to s…
»
Scr3amer
Hey there, I was mostly curious on how you parsed the PDB files because I am reading some doc onli…
»
MrSantuario
Hi, I've been trying to code a video game called Galaga using C# and the Raylib_cs library, but I …
»
Ted Bendixson
I'm about to release my first video game using the lessons I've learned from Handmade Hero just a …
»
Mārtiņš Možeiko
Is there a reason you're running it in WSL2? How about compiling native executable and running jus…
»
chennor
I'm experiencing a version of this (using 0.3.9.6.): Sometimes when setting a breakpoint, some oth…
»
Dertasz
Hello all, I tried installing and playing with raylib but here is my issue: w2fryao1ew5c1.webp Th…
»
Christoffer Lernö
It allows the language to be easily parsable. The classic problem in a C-like grammar is that it i…
»
»
x13pixels
I'll keep an eye out for this. Thanks for the heads up!
»
x13pixels
RemedyBG 0.3.9.6 is now available for download with the following changes: Added configurable symb…
»
steve-w
Hi, Need to be able to debug into our process tree. So equivalent functionality to Visual Studio D…
»
Delicious Lines
I do not exactly know when this happens, but sometimes there are weird breakpoints that are automa…
»
Mārtiņš Možeiko
Yes, that should have been solved by uploading the back texture to GL_TEXTURE_CUBE_MAP_NEGATIVE_Z,…
»
da447m
Yes, that should have been solved by uploading the back texture to GL_TEXTURE_CUBE_MAP_NEGATIVE_Z,…
»
Simon Anciaux
Maybe you also need to flip the image you get from stb image ?
»
Mārtiņš Možeiko
Be careful on how cubemap uses coordinate system. It is left handed. See here: So if your view ma…
»
da447m
This is to build the skybox texture. What happens is that the skybox textures are upside down and …
»
Mārtiņš Možeiko
Guard Security would be my best guess on what it means. From here:
»