Skip to main content


layer tiles now can be manipulated, it creates, modifies or erases layer tiles after click is released
layer image size is infinite thanks to tiles
#opengl #indiedev #gamedev #opensource
Cool visualization of the famous tiles! I never saw something like that before and it's fun to see it. What size are they in npainter? 64x64?
@davidrevoy i'm using 32x32 and as a bonus there is an optimization to save memory where if all pixels of a tile are same color it is stored as one pixel (red tiles from visualization)