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.
James Deeman
Can anyone point me to a site where I can find HID information for the usb XBOX 360 controllers? …
»
Simon Anciaux
If you still need help with this, you might want to contact Allen directly on discord.
»
Artur
No problem! I'm glad it was useful, learning how to compose in such a short time must be daunting…
»
Dawoodoz
The problem arises because you want to restore contrast rather than preserve the washed out color…
»
Mārtiņš Možeiko
If you're using Visual Studio to run executable, then this was covered in Day 1: https://guide.ha…
»
Simon Anciaux
You need to set the working directory in the visual studio project properties. - In the solution …
»
Tsuns
I made an account just to say thank you for doing this. I've wanted to understand font files for …
»
Martijn Courteaux
DawoodozSee the final color as a first degree polynomial (while ignoring non-linear Gamma). Physi…
»
Flyingsand
notnullnotvoidTwo things: 1. You could try rendering with a single thread to see if it cuts down …
»
Miles
mmozeikoThat's only true for arrays with reference types (class'es). For primitive types like int…
»
Miles
Two things: 1. You could try rendering with a single thread to see if it cuts down on variance. I…
»
Ben
Thank you! I appreciate you taking the time to going out of your way to make an example, it's rea…
»
Lokit Khemka
When the program is calling DEBUGLoadBMP function, the ReadEntireFile function inside is failing …
»
Jens
One of the features I find useful in C++14 is the number literal syntax, where you can add single…
»
Simon Anciaux
I'm not sure if or when I'll be releasing it. I would like to release it but I'm kind of afraid o…
»
Simon Anciaux
My id struct is very similar (four u64), but I use it in a different way. The most common way I c…
»
Jens
The WidgetID is very simple 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23…
»
D3zmodos
Awesome! If you're planning to make it publicly available at some point, do you expect you'll eve…
»
Flyingsand
DawoodozI usually keep one pointer iterating over rows by adding a stride after each row. Then I …
»
Flyingsand
mmozeikoWhat is performance comparison Neon vs C code? If you get at least 2x speedup - that's go…
»
Dawoodoz
mcourteaux By, UV, you mean chromaticity? In the YUV color model, which is a linear transform fro…
»
Dawoodoz
I usually keep one pointer iterating over rows by adding a stride after each row. Then I assign t…
»
Mārtiņš Možeiko
notnullnotvoidThus every object referenced in an array is individually allocated on the heap and …
»
Mārtiņš Možeiko
What is performance comparison Neon vs C code? If you get at least 2x speedup - that's good. ARM …
»
x13pixels
My apologies! It shouldn't be too hard to add fully customizable colors, though probably without …
»
Flyingsand
Not long ago, due mainly to curiosity, I began porting my hobby game to iOS. Until then I support…
»
Miles
Hiding "advanced" UI is an antipattern for wimps. I think it's fair to say this application is ai…
»
Artur
First of all, I'd like to congratulate you on your efforts! The game is looking awesome and doing…
»
Simon Anciaux
I think the point of the script is for cute exporter to generate data in any format the user want…
»
Martijn Courteaux
DawoodozYou also need to make sure that UV scales with changes in luma better. It's a fine balanc…
»