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

https://github.com/cloudyluna/thol_sprites_mini_parser

Sprites mini parser for two hours one life objects data format. made for my own personal use.
https://github.com/cloudyluna/thol_sprites_mini_parser

onelife

Last synced: 9 months ago
JSON representation

Sprites mini parser for two hours one life objects data format. made for my own personal use.

Awesome Lists containing this project

README

          

# THOL sprites mini parser

An ad-hoc CLI tool to parse a subset of THOL's data, mainly a list of object
sprites and prints them as a JSON formatted text.

Tested to parse relevant subset of ***9617*** objects (for v20319 as of this writing).
Total referenced sprites from each object: ***60871***.

This tool does not cover transition, animation, sound, etc.

## Usage

- With `cargo`: `cargo run -- `
- Install and run: `cargo install --path . && tsmp `

## License

This software is released under the BSD-3-Clause license. See LICENSE file for
further details.