Hello! I finally got Windows 10 running and spent some time today implementing UWP gamepad input. …
Chen —
Good point. I'm implementing CSM because it still gives a better quality than a single fixed shad…
Chen —
What about MSAA over FXAA? I have no intuitive idea about the GPU costs of any of these algorithm…
Hey Everyone! I just published 4.0.24 on , check out the devlog for info on what the new build inc…
*Edit: I tried "CommandLineToArgvW" and it is just shit, why? It returns the executable path split…
What about MSAA over FXAA? I have no intuitive idea about the GPU costs of any of these algorithm…
Hey sorry for the late reply, Basically what Darkseed said. Have it prompt you that the file is ma…
Windows has API that will do this for you: . Your code can be smaller, and less prone to bugs. Th…
What are the performance costs of running SSAO? How many % of the GPU time? What are the minimum G…
If the camera angle is restricted - e.g. its some variation of top-down view (something like an is…
Ryan —
This is in the latest 4.0.24 Happens when using auto_tab_range and auto_tab_line_at_cursor. I don'…
What I tested, (just copying the code in a few times and doing minimal edits to see where the curs…
This is a little wild. I would have thought something like this would have been caught before now…
Windows has API that will do this for you: . Your code can be smaller, and less prone to bugs. Th…
Interesting, I had a hunch so I copy/pasted this code into a file to test it out and the code layo…
Next update while take a while, because i want to get the linux implementation to the same leve…
Ryan —
I think I found a bug in the auto indentation code. Haven't had a chance to look at the indentatio…
Instead of namespaces I prefer to just put "ModuleName_" in front of a function or type name. I d…
I don't think it would be a good idea to change your library to be able to enable/disable those fu…
spx —
I've been more busy in November/December than I originally anticipated but I will try to limit slo…
Pengo —
Added some functions to test if a pointer is inside or outside a circle or triangle: bool vector…
Pengo —
I've derived that using the normalized lerp to 0.5 is the exact same as the slerp to 0.5. So you …
I am thinking about doing something like this, but i am not sure: define fpl_constant constexprdef…
McMassiveNZ: No that just sounds like a bug. I occasionally run it with "-f 64" without a problem…
Ray —
I created a similar library for , it's a single-file header-only Vector2-Vector3-Quaternion-Matrix…
Ray —
Hey Sam! It sounds like a plan! Keep my updated! :) In the meantime, I keep working on avoiding ex…
Hi, I Stumbled across this post because I am working on a Macbook pro with retina display and I wa…