Boleban,
Thanks; I'm quite glad you want to help out the community. Indeed, encouraging people t…
Unity is not a voxel engine, but it has several packages that allow me to fudge it decently. I am…
Hi Abner , I’m very excited about the < Building an 8-bit breadboard computer> annota…
Don't do triangle fan. Do the same indexed triangle list, so you can draw all the segments in sam…
That's a good point about not having to rely on multi-sampling for AA.
And yes, doing a rounded…
My bad. And now that I thing about it he also uses "round" that I think was not available before …
Actually he uses C++11 features. At least two of them.
1) aggregate initialization - https://git…
I just compiled the following code with clang on arch linux (clang test.cpp -std=c++11 -pedantic)…
Comparing with this issue 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 coul…
Neo Ar —
This has been moved to https://riscy.handmade.network/wiki/2835-useful_links
r2d2 —
Well, now I feel really stupid for not thinking of the simplest answer. I tried adding the flags …
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 yo…
Neo Ar —
For the month of February, we did the following:
Finished our Milton customizations [Prep 37, Pr…
This is something I've been curious about for some time, so I figured I would put the question ou…
r2d2 —
Hi, folks.
I'm following along with the series, currently at day 042. Seeing as I have encounter…
Consider adding a test before calling vcvarsall.bat to avoid adding the same thing to the PATH se…
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 tim…
Kapsy —
Really looking forward to trying this out.
Shazan —
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 inde…
Mr4thDimention Yeah I want to build out the code flowing stuff some more, the current version sti…
This seems like a really good idea. Posting some code for a simple pong clone. I've seen engine…
So, this weeks single-header library is a smaller one: a few variations of pseudo random number g…
Shazan —
Oops sorry.. I didn't notice that and thanks for your interest.
The repo is updated with what you…
Yeah I want to build out the code flowing stuff some more, the current version still has some rou…
Mr4thDimention There is no such setting if you are talking about the virtual whitespace system, b…
There is no such setting if you are talking about the virtual whitespace system, but I have been …