Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lemonical/spineviewer
A program to view Spine models
https://github.com/lemonical/spineviewer
avalonia spine
Last synced: 1 day ago
JSON representation
A program to view Spine models
- Host: GitHub
- URL: https://github.com/lemonical/spineviewer
- Owner: Lemonical
- Created: 2024-04-30T07:05:04.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-10-07T04:32:28.000Z (3 months ago)
- Last Synced: 2024-11-05T12:03:00.330Z (about 2 months ago)
- Topics: avalonia, spine
- Language: C#
- Homepage:
- Size: 275 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpineViewer
This is a simple program to view Spine models, built on Avalonia. It supports multiple tracks, but does not support exporting to media files for now.## Spine Runtimes
* 3.8.95
* 4.1.00## Prerequisites
* .NET 8 SDK## See Also
* [SpineViewerWPF](https://github.com/kiletw/SpineViewerWPF) - WPF alternative
* [spine-runtimes](https://github.com/EsotericSoftware/spine-runtimes) - Official Spine Runtimes repo