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.
Simon Anciaux
@JustinCase3 Are you sure you're compiling the right file by calling 1./buildsuper.sh custom_laye…
»
Simon Anciaux
I think this is possible but you'll have to modify the default_render_caller hook (or create a co…
»
Jason
I would try the second method of setting up key bindings that mrmixer linked to in the wiki. This…
»
JustinCase3
Ooh ok that makes sense. I knew it had to be something like that. And when I say rebind the arrow…
»
Simon Anciaux
CTRL + 't' is bound to search_identifier in the mapid_file key map. Since mapid_file inherits fro…
»
JustinCase3
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23#include "4coder_default…
»
Simon Anciaux
I didn't test it for a long time but there seem to be a problem with the recent file menu where i…
»
Simon Anciaux
Could you post the content of your custom file ? Does buildsuper.sh show any errors ?
»
KanjiOwl
This is true, I've seen many logging and assertion systems use/abuse this functionality to automa…
»
Mārtiņš Možeiko
I increased POINTS_LEN to 10000000 (100x more). Then run both programs with THREAD_NUM = 1 (singl…
»
David Reid
I've just pushed version 0.9 with a lot of changes and rebrand to "miniaudio". Since the original…
»
ratchetfreak
notnullnotvoid What I'm much more puzzled by is how the rust version managed to increase perform…
»
Miles
For the single-threaded code, it's very likely that the different RNG functions used are going to…
»
JustinCase3
So I'm very new to 4coder and it appears that I'm having trouble rebinding the default keys. I sa…
»
Raytio
Also when can we buy some merch?
»
Raytio
I am pumped !... will try to make it for sure. Suggestion for 2020 handmade con is Tokyo Japan w…
»
Mārtiņš Možeiko
I think nowadays you can query OS for physical monitor size. So if you query also native monitor …
»
Mārtiņš Možeiko
Yes, that could be the difference. Creating thread is very expensive. You should not do that all …
»
Oliver Marsh
Oh yea, I was wondering if you do want to display more (or less items), and so you set your matri…
»
Italo
So, I have two programs that do the same thing. I tried parallelizing them using pthreads for the…
»
Jason
I would probably just recommend working on whatever you love Ya, I figured this out with other f…
»
Ryan Fleury
I am not yet working as a full-time professional in the games industry, but I will be doing an in…
»
Jason
I'm currently programming a 2d fighting game from scratch. Why a fighting game? Well, let's just …
»
Mārtiņš Možeiko
Not sure what you mean by "actual pixel values". Do you mean pixel sizes? If so then yes, project…
»
Oliver Marsh
@mmozeiko Is it just the aspect ratio that's being used to update the projection matrix, not the …
»
Ryan Fleury
I didn't realize I had two birthdays this year: One in February, and one on the day that Handmade…
»
Mārtiņš Možeiko
By "clip off the right side of the window" you mean not render anything outside of window? That d…
»
Blake Martin
And this allows UI to naturally clip off the right side of the window?
»
Mārtiņš Možeiko
You need to recalculate your projection matrix when window size changes. "Aspect ratio" is encode…
»
Blake Martin
Hey guys, I was wondering if someone could list some pitfalls when trying to render UI elements w…
»