home.social

#tilemaps — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #tilemaps, aggregated by home.social.

  1. Inspired by bitsy, I am writing a 8x8 tile/sprite editor widget that works on Angular. The idea is to write several widgets and eventually create my own IDE that runs on the browser and allow people to program cute little games.

    #bitsy #tilesets #tilemaps #angular #freeSoftware #8x8 #gamedev #retrogamedev

  2. I updated my tileset ripper script called tilegen.py. Now it can receive several input images, which is useful if you want to create a common tileset from bits and pieces scattered through several screenshots of a 2D tile-based game. It will still create a map.json of one of the input images, but now it is the last one of the batch. It requires ImageMagick and Python 3.10.

    gitlab.com/pvmm/tilegen.py

    #python #ImageMagick #tiled #tilesets #tilemaps #