I’ll be using Dear Imgui for all UI needs during development. As for reflection, I have consider…
Reflection + IMGUI And some way to hotswap entities (create new entity types, change entities, da…
Thanks for all the work and good luck in all your future endeavors!
Setup repo for the game jam I mentioned a few posts ago. This will be a great showcase on setting …
Wow! I love hearing from the lurkers... I appreciate your entire message. Whatever we did, with a…
I got a shader compilation error when tried to open the .exe on Milton_1.5.1_Standalone_x64 . I'm…
Thank you so much Abner for all that you have done in the creation of this community (and, of cour…
Dan —
Thank you Abner for running a great community! Ryan, looking forward to having you at the helm!
Thanks for your enthusiasm, dedication and good work.
Thanks Abner, the team and the community.
Hey everyone! With this build, my first step of the 4.0.X retirement schedule is complete! The maj…
Hey Abner, I've been a lurker mostly but I've been here since pretty much the beginning of Handma…
Handmade Folks, Many of you have come to know Ryan Fleury (aka Delix), of fame, who hosts his pro…
It certainly seems that way! I like it; posted at top of the post.
Oh, I did not realized that llvm tools are not in windows binary package. There's another way - I …
Yes, I was talking about cl.exe. As Halarious said there is no llc.exe in the installer for windo…
Ah, but I was under the impression that assertions are off in Release builds as stated in the LLVM…
I haven't really read much of it yet and am not a math expert, but there seems to be some good stu…
I believe he is asking about increasing error limit for cl.exe, not clang-cl.exe. Release build of…
Yeah, +1 for the -v switch I used it extensively recently, great way to see to what the actual MSV…
plb —
Unfortunately in my experience BATCH/BASH has been something of a necessary evil. I tried using th…
The problem with bat files for me is that the syntax (or my lack of knowledge of the syntax) makes…
Todd —
AMMMMMEEEENNNNNNN..... I actually have an easier time understanding assembly many times... Bad.
Yeah I have. I do that for the internal 4coder build stuff. But it won't work very well for bui…
I found the flag that makes the debug work correctly. It's -gno-column-info. The doesn't give lot…
Allen, have you considered replacing the bat and sh scripts with a small C program ?
Guntha —
Hello Handmade folks, I am here to present you something that I thought should be already existing…
Sync header ready to go: Favorite part by far is the read/write lock and the threadpool/task syst…
Pretty much what you said earlier in the post sums up why it would fail that way. The program is …