{"id":13732016,"url":"https://github.com/ggez/aseprite","last_synced_at":"2025-04-06T01:33:00.272Z","repository":{"id":46266490,"uuid":"89403235","full_name":"ggez/aseprite","owner":"ggez","description":"A parser for the aseprite sprite editor files","archived":false,"fork":false,"pushed_at":"2024-04-06T15:06:06.000Z","size":31,"stargazers_count":32,"open_issues_count":5,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-21T15:24:14.342Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ggez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-04-25T20:22:57.000Z","updated_at":"2025-01-22T06:14:16.000Z","dependencies_parsed_at":"2024-04-06T12:25:37.089Z","dependency_job_id":"2e109c77-3bb6-4ace-9dc1-b7aa985423b9","html_url":"https://github.com/ggez/aseprite","commit_stats":{"total_commits":15,"total_committers":3,"mean_commits":5.0,"dds":0.2666666666666667,"last_synced_commit":"043882ec315fb21dc0bfe7dd7ebbebd65d4284f2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggez%2Faseprite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggez%2Faseprite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggez%2Faseprite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggez%2Faseprite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ggez","download_url":"https://codeload.github.com/ggez/aseprite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423463,"owners_count":20936621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T02:01:43.860Z","updated_at":"2025-04-06T01:32:56.406Z","avatar_url":"https://github.com/ggez.png","language":"Rust","funding_links":[],"categories":["Rust","Graphics"],"sub_categories":[],"readme":"# aseprite\n\nA Rust crate for loading data from the [aseprite](https://www.aseprite.org/) sprite editor \n\n\u003ca href=\"https://github.com/ggez/aseprite/actions\"\u003e\u003cimg src=\"https://github.com/ggez/aseprite/workflows/CI/badge.svg\" alt=\"CI\"/\u003e\u003c/a\u003e\n[![Cargo](https://img.shields.io/crates/v/aseprite.svg)](https://crates.io/crates/aseprite) [![Downloads](https://img.shields.io/crates/d/aseprite.svg)](#downloads)\n\nShould go along well with the [tiled](https://github.com/mattyhall/rs-tiled) crate, I hope! It does not load any actual images, just the metadata. Currently it only loads aseprite's JSON export format.\n\nAutomatically exporting a sprite to a given format is documented here: \u003chttps://www.aseprite.org/docs/cli/\u003e\n\n# Docs\n\nDocumentation for the latest version is on [docs.rs](https://docs.rs/aseprite/).\n\n# Example\n\nExport sprite sheet with:\n\n```sh\naseprite -b boonga.ase --sheet boonga.png --format json-array --list-tags --list-layers --data boonga.json\n```\n\nThen write a program to load it:\n\n```rust\nuse aseprite::SpritesheetData;\nuse std::fs::File;\n\nfn main() {\n   let file = File::open(\"boonga.json\").unwrap();\n   let spritesheet: SpritesheetData = serde_json::from_reader(file).unwrap();\n   println!(\"Spritesheet is {:?}\", spritesheet);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fggez%2Faseprite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fggez%2Faseprite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fggez%2Faseprite/lists"}