Go library to parse Tiled map editor file format (TMX) and render map to image. Currently supports only orthogonal finite maps rendering out-of-the-box.
A simple camera implementation based on vrld's hump for LÖVE
A very fast & zero-allocation, grid-based, pathfinding library for Go.
The main features of quasilyte/pathing are: World and Navigation.
Open-source alternatives to quasilyte/pathing include: beefsack/go-astar — Go implementation of the A* search algorithm. lafriks/go-tiled — Go library to parse Tiled map editor file format (TMX) and render map to image. Currently supports only orthogonal… s0rg/grid — Generic 2D grid. scarycoffee/ebiten-camera — A simple camera implementation based on vrld's hump for LÖVE. setanarut/kamera — Camera package for Ebitengine. solarlune/dngn — pkg.go.dev docs.