mapeditor/tiled

Provide an up to date xml schema for all xml formats

Aperta

#2876 aperta il 29 lug 2020

 (3 commenti) (0 reazioni) (0 assegnatari)C++ (1708 fork)batch import
help wanted

Metriche repository

Star
 (10.413 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor