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 (if that's the name of your …
»
Simon Anciaux
I think this is possible but you'll have to modify the default_render_caller hook (or create a cop…
»
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 from…
»
JustinCase3
extern "C" int32_t get_bindings(void *data, int32_t size){ Bind_Helper context_ = begin_bind_help…
»
Simon Anciaux
I didn't test it for a long time but there seem to be a problem with the recent file menu where if…
»
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 automat…
»
Mārtiņš Možeiko
I increased POINTS_LEN to 10000000 (100x more). Then run both programs with THREAD_NUM = 1 (single…
»
David Reid
I've just pushed version 0.9 with a lot of changes and rebrand to "miniaudio". Since the original …
»
ratchetfreak
What I'm much more puzzled by is how the rust version managed to increase performance by more tha…
»
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 saw…
»
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 wou…
»
Mārtiņš Možeiko
I think nowadays you can query OS for physical monitor size. So if you query also native monitor r…
»
Mārtiņš Možeiko
Yes, that could be the difference. Creating thread is very expensive. You should not do that all t…
»
Oliver Marsh
Oh yea, I was wondering if you do want to display more (or less items), and so you set your matrix…
»
Italo
So, I have two programs that do the same thing. I tried parallelizing them using pthreads for the …
»
Jason
Ya, I figured this out with other failed ventures. I think you really need that implicit motivati…
»
Ryan Fleury
I am not yet working as a full-time professional in the games industry, but I will be doing an int…
»
Jason
I'm currently programming a 2d fighting game from scratch. Why a fighting game? Well, let's just s…
»
Mārtiņš Možeiko
Not sure what you mean by "actual pixel values". Do you mean pixel sizes? If so then yes, projecti…
»
Oliver Marsh
@mmozeiko Is it just the aspect ratio that's being used to update the projection matrix, not the a…
»
Ryan Fleury
I didn't realize I had birthdays this year: One in February, and one on the day that was announc…
»
Mārtiņš Možeiko
By "clip off the right side of the window" you mean not render anything outside of window? That de…
»
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 encoded…
»
Blake Martin
Hey guys, I was wondering if someone could list some pitfalls when trying to render UI elements wi…
»