aeson-tiled: Aeson instances for the Tiled map editor.

[ bsd3, game-engine, library ] [ Propose Tags ]
This version is deprecated.

The mighty Tiled 2d map editor is an open source app for creating tile based level maps. This package provides types and aeson instances to read Tiled json files.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1, 0.0.1.0, 0.0.2.0, 0.0.2.1, 0.0.2.2, 0.0.2.3 (info)
Dependencies aeson (>=1.1), aeson-tiled, base (>=4.7 && <5), bytestring (>=0.10), containers (>=0.5), text (>=1.2), vector (>=0.12) [details]
License BSD-3-Clause
Copyright Copyright: (c) 2017 Schell Scivally
Author Schell Scivally
Maintainer schell@takt.com
Category Game
Home page https://github.com/schell/aeson-tiled#readme
Source repo head: git clone https://github.com/schell/aeson-tiled
Uploaded by SchellScivally at 2017-10-24T17:50:56Z
Distributions NixOS:0.0.2.3
Executables aeson-tiled-exe
Downloads 1323 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-10-24 [all 1 reports]

Readme for aeson-tiled-0.0.0.1

[back to package description]

aeson-tiled

Build Status Hackage aeson-tiled is the spiritual successor to htiled. htiled uses hxt which relies too heavily on Arrows and is rather hard to work with. 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. Hence this project!