Boleban, you could upload your annotations for all the Chinese immigrants and people who came to t…
Hey everyone, I'm trying to learn about lighting using OpenGL. I'm using the fixed APIs (no shader…
Ah yes, of course. Thank you!
Look forward to having you stream again!
Boleban, Thanks; I'm quite glad you want to help out the community. Indeed, encouraging people to …
Unity is not a voxel engine, but it has several packages that allow me to fudge it decently. I am …
I had kept the annotations myself , the reason is :1.For English native speaker , there is very l…
Don't do triangle fan. Do the same indexed triangle list, so you can draw all the segments in same…
That's a good point about not having to rely on multi-sampling for AA. And yes, doing a rounded (b…
My bad. And now that I thing about it he also uses "round" that I think was not available before C…
Actually he uses C++11 features. At least two of them.aggregate initialization - raw string litera…
I just compiled the following code with clang on arch linux (clang test.cpp -std=c++11 -pedantic) …
Comparing with that I opened today, I think it's clear we're on the same page!
You are on right track. For antialiasing you don't need to necessary use multisampling. You could …
r2d2 —
Well, now I feel really stupid for not thinking of the simplest answer. I tried adding the flags m…
I don't know why it's not allowed and I don't have clang so I don't know if it'll work but did you…
For the month of February, we did the following: February was a huge month for RISCY BUSINESS. Wi…
This is something I've been curious about for some time, so I figured I would put the question out…
r2d2 —
Hi, folks. I'm following along with the series, currently at day 042. Seeing as I have encountered…
Consider adding a test before calling vcvarsall.bat to avoid adding the same thing to the PATH sev…
Nothing to add to insofaras's comment. I'm looking forward to them.
Sounds like a great lineup, looking forward to them. Props to the authors.
Hello Dear Readers! We've hinted about our educational push since the year started, and it's time …
Kapsy —
Really looking forward to trying this out.
Thanks i currently have an issue in wall collision it doesn't work around corners can't find seem …
Yes the plan is to make the indentation rule pretty flexible, perhaps on par with emacs' own inden…
Alright. Are settings that will allow us to specify how we want some things autoindented or not …
This seems like a really good idea. Posting some code for a simple pong clone. I've seen enginee…
So, this weeks single-header library is a smaller one: a few variations of pseudo random number ge…