That's great, thank you :) As for the first issue, there is now some new options for controlling t…
Thanks. I've tried the new builds and the packaging works for both windows and wasm. And with the …
Thanks, for the update. On my side I don't see any color highlighting. Is there some setting to tu…
RemedyBG 0.3.9.7 is now available for download. Implemented color highlighting for comments and ke…
Thanks for trying it. I finally got some time to get back to this.Face res have been upped from 90…
No problem, thank you for the fix!
This happens when hitting F9 in a text window when the quick watch is displayed and was mistakenly…
Very exciting news! Happy to see how the Handmade movement grows this new year. I am particularly …
WARNING This text is old, and a bit outdated. Some of information is not relevant anymore, and man…
I'm pleased to write this final news post of the year together with Abner Coimbre! Dear Handmade C…
I remembered that I posted this thread a couple hours ago (hence the late reply) and decided to do…
Btw if you're interested into looking at non-opensource code, then here's pdb/dwarf parser from Ep…
When you do You need to use enemyGroup.Length - 1. From the raylib cheatsheet:
Please put ``` (three backticks) on separate line before and after code fragment you put in the po…
Thanks for the suggestion. That's what I was actually already doing. For future reference if peopl…
Understood ! Thanks for the reply ! That's gonna be so nice for the DWARF :D. Will you release it …
The PDB world is small Stefan here we meet again :)) Btw I added a PR for a small typo I found :P
I open-sourced my PDB reader that is used in Live++: Depending on what information you need, ther…
As an option you can consider using clang instead of gcc. Even if you target mingw environment, cl…
I wrote my own PDB parser based on the information that Microsoft released here: The plan is to s…
Hey there, I was mostly curious on how you parsed the PDB files because I am reading some doc onli…
Hi, I've been trying to code a video game called Galaga using C# and the Raylib_cs library, but I …
I'm about to release my first video game using the lessons I've learned from Handmade Hero just a …
Is there a reason you're running it in WSL2? How about compiling native executable and running jus…
I'm experiencing a version of this (using 0.3.9.6.): Sometimes when setting a breakpoint, some oth…
Hello all, I tried installing and playing with raylib but here is my issue: w2fryao1ew5c1.webp Th…
It allows the language to be easily parsable. The classic problem in a C-like grammar is that it i…
I'll keep an eye out for this. Thanks for the heads up!
RemedyBG 0.3.9.6 is now available for download with the following changes: Added configurable symb…