mapeditor/tiled

Provide an up to date xml schema for all xml formats

開放

#2,876 建立於 2020年7月29日

 (3 則留言) (0 個反應) (0 位負責人)C++ (1,708 個分叉)batch import
help wanted

倉庫指標

星標
 (10,413 顆星)
PR 合併指標
 (平均合併 14天 4小時) (30 天內合併 17 個 PR)

描述

Hi,

I'm now at a phase where I can start writing some custom map conversion tools. I was looking at the bundled Java library but unfortunately that one is really out of date. Then I looked at the schema's in de doc directory to just make my own parser. But they are also out of date.

Ideally the schema should serve as the single source of truth for:

  • Tiled's own xml handling code
  • Any parser library (including the bundled one)
  • Documentation

This also forces you to have an up to date XSD at all times.

For now I think I can use TiledReader. But I think it would be really useful to provide up to date xml schemas for writing tooling around tiled.

貢獻者指南