framapiaf.org est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Un service Mastodon fourni par l'association d’éducation populaire Framasoft.

Administré par :

Statistiques du serveur :

1,4K
comptes actifs

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

@mrgaturus 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)