Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vayan/ldtk-py

Load and parse LDtk files, with full types definitions
https://github.com/vayan/ldtk-py

Last synced: 2 days ago
JSON representation

Load and parse LDtk files, with full types definitions

Awesome Lists containing this project

README

        

# LDtk Python

Load and parse LDtk files, with full types definitions.

Automatically generated from Json Schema using QuickType.

See https://ldtk.io/api/

can be used like that:

```python
import json
from ldtkpy.api import ldtk_json_from_dict

result = ldtk_json_from_dict(json.loads(json_string))
```