All Projects → oakes → tile-soup

oakes / tile-soup

Licence: Unlicense license
A Clojure(Script) library to parse tiled maps

Programming Languages

clojure
4091 projects
HTML
75241 projects

Clojars Project

Introduction

A Clojure and ClojureScript library for parsing tiled maps. It parses and validates a TMX file into a map, and automatically decodes Base64 and CSV formatted data and coerces numbers when necessary.

Try the interactive docs!

Usage

You can include this library in your project dependencies using the version number in the badge above.

Development

  • Install the Clojure CLI tool
  • To develop with figwheel: clj -M:dev
  • To install the release version: clj -M:prod install

Licensing

All files that originate from this project are dedicated to the public domain. I would love pull requests, and will assume that they are also dedicated to the public domain.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].