https://github.com/kiraio-moe/skel2json
[WIP] Convert Spine 2D .skel to .json and vice versa to be used on 3rd party editors.
https://github.com/kiraio-moe/skel2json
csharp json reverse-engineering skeletal-animation skeleton spine-runtimes spine2d
Last synced: about 1 month ago
JSON representation
[WIP] Convert Spine 2D .skel to .json and vice versa to be used on 3rd party editors.
- Host: GitHub
- URL: https://github.com/kiraio-moe/skel2json
- Owner: kiraio-moe
- License: gpl-3.0
- Created: 2024-07-23T03:13:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T19:08:59.000Z (10 months ago)
- Last Synced: 2025-03-24T03:12:06.991Z (about 2 months ago)
- Topics: csharp, json, reverse-engineering, skeletal-animation, skeleton, spine-runtimes, spine2d
- Language: C#
- Homepage:
- Size: 48.8 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skel2Json
Skel2Json is a tool to convert Spine 2D `.skel` binary file to the readable `.json` file (and vice versa) that can be use on some 3rd party Skeletal Animation programs out there.
## Supported Version
- 4.2
## Usage
- Convert to `.json`:
- Drag & drop the `.skel` file to `Skel2Json.exe`.
- Convert to `.skel`:
- Drag & drop the `.json` file to `Skel2Json.exe`.## License
This project is licensed under GNU GPL 3.0.
For more information about the GNU General Public License version 3.0 (GNU GPL 3.0), please refer to the official GNU website: