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.
Ted Bendixson
Hey everyone, I've started up a tutorial series that attempts to follow the Handmade Hero series…
»
Abner Coimbre
winnythefooMy trouble is I'm still at a loss for professional direction. Despite how it's more ap…
»
Draos
as for bitmap fonts, would it just be best to have the font be at a size that looks good at all m…
»
Mārtiņš Možeiko
Yes, nearest-neighbor filter is your best choice if you want to preserve blocky pixel art look. …
»
Mārtiņš Možeiko
Your snippet with iostream and printf is kind of wrong. printf is in "stdio.h" (or "cstdio"), not…
»
Ted Bendixson
Hey all, I wanted to start building Handmade Hero on my Mac but there weren't any videos startin…
»
Draos
Hi Guys, So, I'm working on a Pixel Art game and I am just wondering when working with Bitmaps h…
»
Ted Bendixson
Hey winnythefoo. Similar story here. I started out in native iOS app development, which is a litt…
»
Thebigfox
Hi! I have found a consistent bug on my Windows 10 machine when running 4coder 4.0.30. Steps to …
»
Mikkel
You missed the goal; 'World Domination'
»
Simon Anciaux
I'm like you, having some troubles applying math to solve actual problems and quickly forgetting …
»
Simon Anciaux
Hi, welcome to the community. I've got nothing on the subject, but I believe the site use a Pytho…
»
Blu342
by latency do you mean like if the write cursor and the play cursor are too far apart, then we ma…
»
Mārtiņš Možeiko
Yes. If game runs less than 60fps then this will obviously be an issue. But even if it runs at 60…
»
Blu342
perfect. thanks so much. just one question though, why didn't casey want to divide by 60 instead …
»
Ginger Bill
Odin is extremely far along and pretty much nearing a conclusion as a language. However, there is…
»
Mārtiņš Možeiko
Yes, you understand correctly. LatencySampleCount is number of samples audio can play without upd…
»
Blu342
https://youtu.be/8y9nPk1c45c?t=5833 in the above we are lowering the audio latency. we do this b…
»
delacrank
Yeah, I hear you. I am in a very similar boat where I learned C# and PhP in college. I tried pick…
»
ratchetfreak
NelsonMandellaWhy is math any different from other stuff that can be computed in a programming la…
»
NelsonMandella
Why is math any different from other stuff that can be computed in a programming language?
»
Marchin
Hi, i would like to know if there is a way to open the current file in other editor via project.4…
»
Philipp
I wasn't sure where to put this question so I just put it under 'Code' since there seem to be a n…
»
winnythefoo
Hey kind folks, Long-time lurker here -- mostly because I found HMH just this year, and I can't …
»
Marchin
Ohh i see, that works perfectly, thank you very much :).
»
Simon Anciaux
write_and_auto_tab insert the character used to call the command as text. Unless you bind the com…
»
Mārtiņš Možeiko
Oh, I remembered I wrote this some time ago: https://gist.github.com/mmozeiko/b4e55a25aeb291ddd9b…
»
Marchin
Hi, i'm new to 4coder and i wanted to create the "newline_above/below" functions like Lucas has. …
»
Dan Zaidan
Thanks so much! As always, you came to the rescue. :) Have a great new year!
»
Mārtiņš Možeiko
You do that with pipes. Call CreatePipe which will give you two handles - one for writing into pi…
»