Thanks to the administrators to accept Goxel. I will try to post regularly updates about the proje…
That is a good question Simon. By the way, I forgot this website has a black background mode. Tha…
I don't think so: the members of the arena (base, size, used) are only used when allocating or re…
I don't speak "math" very well so this article is a bit abstarct to me. Could you in the future pr…
Neo Ar —
For the month of August, we did the following: Bit of a slower month this time but now that COAD …
spx —
Made another video of a neat little toy. I don't know if this will be actually useful some day but…
I feel compelled to mention that I have a strong intuitive understanding of hue, saturation, and v…
Jens —
Hello there, I've watched soon 40 episodes of Handmade Hero (no spoilers please) and got to thinki…
The function Pseudonym posted does that - it calculates x % (2*pi). atan function is not periodic.…
Have yet to implement an angle modulo yet in SSE. Does anyone happen to have this kind of function…
spx —
yes, the interface stuff is mostly from scratch (mostly because I still use nanovg for the actual…
Here's another survey for the upcoming computer vision tutorial. If you're interested, help me mak…
This looks very cool :) Your user interface feels very clean, is it from scratch?
spx —
I've created a second video basically showing the other half of the debugger window. There are a f…
This post is the first in a 4 part series about using splines in real-time applications, such as c…
Another advantage of Qt, it supports accessibility across multiple platforms.
I tried on an AMD card with the latest drivers in a small game and it's actually a little slower o…
I just thought that the aspect ratio of your screen is 16/10 while Casey's is 16/9. If at some pla…
An issue that is easy to forget is accessibility: allowing blind or poor-of-sight users to make us…
I have a small addition to this not pertaining to the particular nvidia issue at hand, but the see…
r2d2 —
Hmmph. Maybe I was doing something wrong yesterday but today the following code works properly: r…
r2d2 —
Hi, Simon! Thanks for the suggestions. It returns exactly the position of the mouse in window spa…
I don't know what the problem is, here are some ideas:The position of the mouse may be in screen s…
Thanks for all of your help!
spx —
very true, that is not something novel. PyCharm has it as well nowadays (well i guess at lot of je…
Can you show output of "echo %LIB%" after you called your shell.bat? How are you calling shell.bat…
I have this as my shell.bat @echo off call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC…
Many debuggers do that now. For example: Chrome builtin JS debugger: IntelliJ IDEA: CLion:
kernel32.lib is implicit. It is always linked to (because C/C++ startup code uses functions from i…
I've never seen the "display values in the source" feature and I'm curious to try it. Could it be …