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.
Andrew Reece
The tools of the ancients have been revealed to us - draw lines, arcs and circles as they were ori…
»
Rui Rosário
Hello y'all, I have come across Odin some time ago, before it even reached v0.1.0 and at that time…
»
Kknewkles
This is what I'm having now:
»
Abner Coimbre
Welcome to the network! We are working on a wiki for this website, where we can start creating res…
»
PsychoManiac
Hello everybody! So I've been trying to improve my knowledge and skills in mathematics and whilst …
»
Ray
Wow! That's amazing Sam! :D Did you implemented it using GitHUb branch? Maybe you can send a Pull…
»
SamNChiet
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…
»
Allen Webster
Hey Everyone! I just published 4.0.24 on , check out the devlog for info on what the new build inc…
»
Finalspace
*Edit: I tried "CommandLineToArgvW" and it is just shit, why? It returns the executable path split…
»
ratchetfreak
What about MSAA over FXAA? I have no intuitive idea about the GPU costs of any of these algorithm…
»
McMassiveNZ
Hey sorry for the late reply, Basically what Darkseed said. Have it prompt you that the file is ma…
»
Finalspace
Windows has API that will do this for you: . Your code can be smaller, and less prone to bugs. Th…
»
pragmatic_hero
What are the performance costs of running SSAO? How many % of the GPU time? What are the minimum G…
»
pragmatic_hero
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'…
»
Jim R. Didriksen
What I tested, (just copying the code in a few times and doing minimal edits to see where the curs…
»
Allen Webster
This is a little wild. I would have thought something like this would have been caught before now…
»
Mārtiņš Možeiko
Windows has API that will do this for you: . Your code can be smaller, and less prone to bugs. Th…
»
Jim R. Didriksen
Interesting, I had a hunch so I copy/pasted this code into a file to test it out and the code layo…
»
Finalspace
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…
»
»
Finalspace
Instead of namespaces I prefer to just put "ModuleName_" in front of a function or type name. I d…
»
Simon Anciaux
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 …
»
»