surprise project click to change pen size space to show data
converted from video to image sequence with blender and ran an encoding script through it (on scratch) i used the same RLE compression algorithm as V2, but way, way more efficient with storage since scratch uses unicode, i assigned 240 unicode characters to numbers 1-240 originally, the data for 1 scanline in a frame that (for example) has 106 white pixels, 65 white pixels and 69 black pixels would be "106/65/69" now, it's a much more elegant "ŤĐĘ" this also makes rendering faster, instead of computing a string of data (106) it only has to look at 1 character (Ť) 15FPS, 60 scanlines x 240 pixels