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.
Jeremiah Goerdt
Thanks for all the interest. You can probably imagine that I'm pretty excited as well :-)
»
Raytio
Awesome to know glad you added it :)
»
Raytio
SUPER EXCITED!!!
»
James Fulop
This past week I started development on my 7DRL project. So this is my progress from Saturday to …
»
Mārtiņš Možeiko
What do you mean when you say "hardware programming" ? If it just about writing assembly and doi…
»
Asaf Gartner
The Arduino uses an off-the-shelf ATmega chip. You can buy these for a few dollars each without t…
»
Shazan
Last week I wa playing shenzenio a game about hardware programming. so I wanted to try it for r…
»
Shazan
Hi is jeroen creating a platform layer for raspberrypi.(the one you can directly boot without the…
»
ratchetfreak
This is something a lot of people would just say to learn shaders and the actual math involved. …
»
Anton Swifton
Boleban, you could upload your annotations for all the Chinese immigrants and people who came to …
»
Ameen Sayegh
Hey everyone, I'm trying to learn about lighting using OpenGL. I'm using the fixed APIs (no shad…
»
Flyingsand
mmozeiko Don't do triangle fan. Do the same indexed triangle list, so you can draw all the segmen…
»
Abner Coimbre
Look forward to having you stream again!
»
Abner Coimbre
Boleban, Thanks; I'm quite glad you want to help out the community. Indeed, encouraging people t…
»
Oswald Hurlem
Unity is not a voxel engine, but it has several packages that allow me to fudge it decently. I am…
»
Boleban
Hi Abner , I’m very excited about the < Building an 8-bit breadboard computer> annota…
»
Mārtiņš Možeiko
Don't do triangle fan. Do the same indexed triangle list, so you can draw all the segments in sam…
»
Flyingsand
That's a good point about not having to rely on multi-sampling for AA. And yes, doing a rounded…
»
Simon Anciaux
My bad. And now that I thing about it he also uses "round" that I think was not available before …
»
Mārtiņš Možeiko
Actually he uses C++11 features. At least two of them. 1) aggregate initialization - https://git…
»
Simon Anciaux
I just compiled the following code with clang on arch linux (clang test.cpp -std=c++11 -pedantic)…
»
Matt Mascarenhas
Comparing with this issue that I opened today, I think it's clear we're on the same page!
»
Mārtiņš Možeiko
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 …
»
Simon Anciaux
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…
»
Flyingsand
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…
»
Simon Anciaux
Consider adding a test before calling vcvarsall.bat to avoid adding the same thing to the PATH se…
»