[49:47][@stelar7][There are 15 mins left of the stream, since you went over in the prestream]
[50:22][@d7samurai][No stream tomorrow, right?]
[50:26][@grumpygiant256][How are you going to handle the ground chunks on the further layers which disappear while still on-screen? Will you need to expand the visibility range based on layer distance?]
[52:16][@ttbjm][Some elements in the ground are being repeated now for some reason]
[52:54][@corpseloleu][I'm afraid of using sorting and stuff when making games 'cause I'm afraid that if I get too many items it will slow down. Or shall I not worry about that?]
[54:09][@miblo][I think it'd be cool to see really far down through, for example, floors made of glass / ice]
[55:04][@ifingerbangedurcat][Will the memory footprint keep getting bigger? There's so much raw pixel data being stored right now, is this a concern at all, will we be compressing data to save ram? I imagine not, but it still feels like we're using too much memory for just a 2D game. Correct me if and because I'm wrong]
[58:01][@waterlimon][Are the ground chunks stored in some data structure (e.g. hash map or grid) or are they recalculated each frame (I was wondering, because ground chunk knows its position, but wouldn't that be implicit in its position in the data structure)?]
[58:39][@ttbjm][There was horizontal repetition of some splats but not all of them]
[59:16][@insofaras][Do you think you are roughly 1/5 of the way through completing the game at this point?]
[1:01:04][@robrobby][hen all RAM (even on GPU) is used, when the game is put into background (switching a short time to another application) all the memory has to be swapped in and out, right, even to the GPU? Or what strategy is used to prevent swapping in and out of big memory chunks?]
[1:03:09][@soysaucethekid][I noticed the hero's head would clip through the trees (i.e. trees on the top part of the room) on occasion and then it would fix itself. What's causing that?]