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
Thank you very much for the links. I will do some reading and see if I can get my controller worki…
»
Jens
Everything seems to be working except that the lexer test crashes, but as it works I'm happy. It w…
»
Dawoodoz
Tables in C++ has always been quite ugly and error-prone with separate enums and arrays. Matching …
»
Mārtiņš Možeiko
Linux kernel soure code: Shows exactly how to identify controllers, parse incoming HID packets, e…
»
James Deeman
Can anyone point me to a site where I can find HID information for the usb XBOX 360 controllers? B…
»
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 colors…
»
Mārtiņš Možeiko
If you're using Visual Studio to run executable, then this was covered in Day 1:
»
Simon Anciaux
You need to set the working directory in the visual studio project properties.In the solution expl…
»
Tsuns
I made an account just to say thank you for doing this. I've wanted to understand font files for a…
»
Martijn Courteaux
Sounds very interesting, but I after reading what you wrote like 10 times, I still don't understa…
»
Flyingsand
You could try rendering with a single thread to see if it cuts down on variance. If it makes a big…
»
Miles
Yes, I literally said that immediately before the part you quoted:
»
Miles
Two things:You could try rendering with a single thread to see if it cuts down on variance. If it …
»
Ben
Thank you! I appreciate you taking the time to going out of your way to make an example, it's real…
»
Lokit Khemka
When the program is calling DEBUGLoadBMP function, the ReadEntireFile function inside is failing a…
»
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 of…
»
Simon Anciaux
My id struct is very similar (four u64), but I use it in a different way. The most common way I cr…
»
Jens
The is very simple ... void SomeView(U32 viewIndex) { if (TextButton(CreateID(viewIndex), "foo")…
»
D3zmodos
Awesome! If you're planning to make it publicly available at some point, do you expect you'll ever…
»
Flyingsand
It's funny, I usually do this too, but it's been years since I wrote the original Intel intrinsic…
»
Flyingsand
On average, it's about a 1.75x speedup over C code. As you point out, however, maybe there are so…
»
Dawoodoz
Yes, UV is the absolute differences between channels used in compression. I worked full time writ…
»
Dawoodoz
I usually keep one pointer iterating over rows by adding a stride after each row. Then I assign th…
»
Mārtiņš Možeiko
That's only true for arrays with reference types (class'es). For primitive types like int or floa…
»
Mārtiņš Možeiko
What is performance comparison Neon vs C code? If you get at least 2x speedup - that's good. ARM C…
»
x13pixels
My apologies! It shouldn't be too hard to add fully customizable colors, though probably without a…
»
Flyingsand
Not long ago, due mainly to curiosity, I began porting my hobby game to iOS. Until then I supporte…
»