You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`aeson-tiled` is the spiritual successor to `htiled`. `htiled` uses `hxt` which relies
6
-
too heavily on Arrows and is rather hard to work with. Tiled's json export
7
-
supports 100% of Tiled's features, so there doesn't seem to be much of a
8
-
point to maintaining a large Arrows-based project when writing Aeson instances
9
-
for Tiled types is much easier. Hence this project!
5
+
Types and instances for [Tiled](https://www.mapeditor.org/) map editor `.tmj` files.
6
+
7
+
> `aeson-tiled` is the spiritual successor to `htiled`.
8
+
> `htiled` uses `hxt` which relies too heavily on Arrows and is rather hard to work with.
9
+
> Tiled's json export supports 100% of Tiled's features, so there doesn't seem to be much of a point to maintaining a large Arrows-based project when writing Aeson instances for Tiled types is much easier.
0 commit comments