Spine Converter 3.8 is a powerful tool for upgrading Spine files to version 3.8 effortlessly. Currently, it supports converting Spine versions 3.3 and 3.4 to the latest version 3.8, with plans to add support for versions 3.5, 3.6, and 3.7 in the future.
Check out our live demo here.
- Upgrade Spine files from versions 3.3 and 3.4 to version 3.8.
- Real-time preview of converted animations using pixi.js and pixi-spine.
- User-friendly interface for a seamless conversion process.
The following features are currently in progress:
- Support for Spine version 3.5.
- Support for Spine version 3.6.
- Support for Spine version 3.7.
Spine Converter 3.8 is built using PixiJS. To get started, follow these steps:
- Clone this repository:
git clone https://github.com/abrozovic/spine-converter.git
cd spine-converter
- Install dependencies using npm or yarn:
npm install
# or
yarn install
To launch the Spine Converter 3.8 app, use the following command:
npm run start
# or
yarn start
This project is licensed under the MIT License