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.
Omar
I can probably join a Parisian meetup on Oct 17. (Note that Indiecade starts on Oct 18, also in Pa…
»
Simon Anciaux
It depends what you're looking for. The are probably still relevant. And there is on the wiki th…
»
ratchetfreak
Dude. I was the guy who filed this issue, the only issue in the repo, about a bug I found casuall…
»
Miles
Okay, so I watched the part 2 video. IMHO, the Processing-esque shape drawing routines would make …
»
Paul Riddle
So there are a lot of videos and some of them might be worth watching. I doubt anyone watched the …
»
Miles
Dude. I was the guy who filed this issue, the only issue in the repo, about a bug I found casuall…
»
Lost Astronaut Studios
ZeroTypes is 100% tested! Even comes with a test function that proves it involved testing... been…
»
Miles
When I say 400,000 lines of code are a liability, I am not invoking the word "liability" in a lega…
»
Lost Astronaut Studios
@notnullnotvoid Thanks for the suggestion to release my "latest project". But I won't be releasin…
»
Gareth Hubball
Thank you for the updates. Take your time though please, 4coder is already amazing and very stable…
»
Miles
You mentioned that you are adapting and simplifying your engine code into a new improved version u…
»
Miguel Lechón
It should also be noted that type-casting a pointer is just a way of telling the compiler how to i…
»
sagian2005
"Row" is a pointer to the first pixel to be filled in each row. "Pixel" is a pointer to each succe…
»
Lost Astronaut Studios
@mrmixer That's a pretty negative response, though tempered, I'm not sure I want to delve too deep…
»
AlexKindel
My understanding is that this Word structure is about how to associate objects with each other in …
»
Joshua
They are pointing at the same thing, but if you change Row then they will no longer be pointing a…
»
Mārtiņš Možeiko
It does not work, because Pixel++ assumes that next pixel to fill follows in memory directly after…
»
C_Worm
but Pixel is pointing at whatever Row is pointing to, so modifying Row should also affect Pixel??
»
Joshua
Line 34 (Row += Pitch;) modifies what Row is actually pointing to, so Pixel isn't pointing to the …
»
C_Worm
Why can't we put the type cast out side the loop. int Pixel = (int)Row; I mean, why do we have to …
»
Simon Anciaux
The following is only my point of view. After watching the video, it seems to me that what you're …
»
ratchetfreak
This reminds me of this small talk: Basically word has a single insertion buffer that gets manipu…
»
AlexKindel
Since I want to allow not only arbitrarily many objects on a staff, but also arbitrarily many stav…
»
Lost Astronaut Studios
Hi, I'm a professional software developer and a graphics enthusiast. Earlier this year I left Smi…
»
Martin
Hello! I am trying to make a renderer in Metal, but I have problem I cannot seem to solve, when re…
»
Paul Riddle
Thanks I will take a look. I was just wondering if it was possible at all but having some code to …
»
Simon Anciaux
Here is some code for . It might not be exactly what you want but it should get you started. To hi…
»
Paul Riddle
First of all, I'm wondering if it's possible to make Ctrl-f search to highlight all matches of the…
»
albatros
Nice, we're literally getting somewere :) If you know an appropriate place near Centre Pompidou, t…
»
Mārtiņš Možeiko
I'm pretty sure they say it is discouraged because it requires correctly passing arguments and han…
»