Thanks for the links Martins, I hadn't actually come across dpi before. Yea, looks like you proba…
@JustinCase3 Are you sure you're compiling the right file by calling
1./buildsuper.sh custom_laye…
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…
Ooh ok that makes sense. I knew it had to be something like that. And when I say rebind the arrow…
CTRL + 't' is bound to search_identifier in the mapid_file key map. Since mapid_file inherits fro…
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…
I didn't test it for a long time but there seem to be a problem with the recent file menu where i…
Could you post the content of your custom file ? Does buildsuper.sh show any errors ?
This is true, I've seen many logging and assertion systems use/abuse this functionality to automa…
I increased POINTS_LEN to 10000000 (100x more). Then run both programs with THREAD_NUM = 1 (singl…
I've just pushed version 0.9 with a lot of changes and rebrand to "miniaudio". Since the original…
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…
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…
I think nowadays you can query OS for physical monitor size. So if you query also native monitor …
Yes, that could be the difference. Creating thread is very expensive. You should not do that all …
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…
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 …
Not sure what you mean by "actual pixel values". Do you mean pixel sizes? If so then yes, project…
@mmozeiko Is it just the aspect ratio that's being used to update the projection matrix, not the …
I didn't realize I had two birthdays this year: One in February, and one on the day that Handmade…
By "clip off the right side of the window" you mean not render anything outside of window? That d…
And this allows UI to naturally clip off the right side of the window?
You need to recalculate your projection matrix when window size changes. "Aspect ratio" is encode…