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.
Draos
as for bitmap fonts, would it just be best to have the font be at a size that looks good at all my…
»
Mārtiņš Možeiko
Yes, nearest-neighbor filter is your best choice if you want to preserve blocky pixel art look. Bu…
»
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 starting …
»
Draos
Hi Guys, So, I'm working on a Pixel Art game and I am just wondering when working with Bitmaps how…
»
Ted Bendixson
Hey winnythefoo. Similar story here. I started out in native iOS app development, which is a littl…
»
Thebigfox
Hi! I have found a consistent bug on my Windows 10 machine when running 4coder 4.0.30. Steps to re…
»
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 w…
»
Simon Anciaux
Hi, welcome to the community. I've got nothing on the subject, but I believe the site use a Python…
»
Blu342
by latency do you mean like if the write cursor and the play cursor are too far apart, then we may…
»
Mārtiņš Možeiko
Yes. If game runs less than 60fps then this will obviously be an issue. But even if it runs at 60f…
»
Blu342
perfect. thanks so much. just one question though, why didn't casey want to divide by 60 instead o…
»
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 upda…
»
Blu342
in the above we are lowering the audio latency. we do this by writing LatencySampleCount = (Sample…
»
delacrank
Yeah, I hear you. I am in a very similar boat where I learned C# and PhP in college. I tried picki…
»
ratchetfreak
Because it's one thing to work out a math problem on paper and another to build an algorithm out …
»
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.4c…
»
Philipp
I wasn't sure where to put this question so I just put it under 'Code' since there seem to be a nu…
»
winnythefoo
Hey kind folks, Long-time lurker here -- mostly because I found HMH just this year, and I can't fo…
»
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 comm…
»
Mārtiņš Možeiko
Oh, I remembered I wrote this some time ago: Don't remember exact reason why I wrote it, but I th…
»
Marchin
Hi, i'm new to 4coder and i wanted to create the "newline_above/below" functions like Lucas has. I…
»
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 pip…
»
Allen Webster
Alternatively you can look in "4coder_default_hooks.cpp" and make your own version of the start ho…
»
Allen Webster
Thanks for the report, I'll have it on my todo list for the next build.
»