Skip to content
Jonathan Bayle edited this page Jul 28, 2017 · 5 revisions

You want to contribute

Fix open issues

Pick an open issue and fix it: Issues.

Add support for new data

See the TMX Map Format.

Add an API

The API and ABI of libTMX is broken every time the major and/or minor component of the version number is incremented. To propose a more stable API, a new header tmx_api.h could be added, that header should not require the inclusion of tmx.h and should contain only typedefs and functions. Therefore, instead of using an ever changing data structure, a user could use fixed getter functions.

Clone this wiki locally