This library integrates rs-tiled with macroquad.
This code is adapted from macroquad-tiled
and macroquad::experimental::animation
.
See examples
- Bleeding edge (latest master) of
rs-tiled
is used. WIP. - Only 2d orthogonal spritesheet-style tilesets are supported.
Plans:
- Implement animations.
- Implement
Map
. - Animate
Map
. - Clean up missing features in
Map
. - Implement
<wangsets>
: https://doc.mapeditor.org/en/stable/manual/terrain/ - Implement all
rs-tiled
styles of constructors forTileSet
andMap
: from file/reader/str. - Implement
tile.terrain
andtile.probability
. - Find out what are these 1.0px and 0.1px offsets in original macroquad-tiled - probably nothing.
Non-plans yet:
- Parallelize
rs-tiled
parser - "image collection tilesets" (mapeditor/rs-tiled#113)
- Isometric maps
- Staggered maps
- Hexagonal maps