Hey everyone,
I've started up a tutorial series that attempts to follow the Handmade Hero series…
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…
Yes, nearest-neighbor filter is your best choice if you want to preserve blocky pixel art look.
…
Your snippet with iostream and printf is kind of wrong. printf is in "stdio.h" (or "cstdio"), not…
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…
Hey winnythefoo. Similar story here. I started out in native iOS app development, which is a litt…
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'
I'm like you, having some troubles applying math to solve actual problems and quickly forgetting …
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…
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 …
Odin is extremely far along and pretty much nearing a conclusion as a language. However, there is…
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…
Yeah, I hear you. I am in a very similar boat where I learned C# and PhP in college. I tried pick…
NelsonMandellaWhy is math any different from other stuff that can be computed in a programming la…
Why is math any different from other stuff that can be computed in a programming language?
Hi, i would like to know if there is a way to open the current file in other editor via project.4…
I wasn't sure where to put this question so I just put it under 'Code' since there seem to be a n…
Hey kind folks,
Long-time lurker here -- mostly because I found HMH just this year, and I can't …
Ohh i see, that works perfectly, thank you very much :).
write_and_auto_tab insert the character used to call the command as text. Unless you bind the com…
Oh, I remembered I wrote this some time ago: https://gist.github.com/mmozeiko/b4e55a25aeb291ddd9b…
Hi, i'm new to 4coder and i wanted to create the "newline_above/below" functions like Lucas has. …
Thanks so much!
As always, you came to the rescue. :)
Have a great new year!
You do that with pipes. Call CreatePipe which will give you two handles - one for writing into pi…