https://github.com/sekkmer/avatar-anim
Parser for Second Life avatar animations files
https://github.com/sekkmer/avatar-anim
rust secondlife
Last synced: 12 months ago
JSON representation
Parser for Second Life avatar animations files
- Host: GitHub
- URL: https://github.com/sekkmer/avatar-anim
- Owner: Sekkmer
- License: lgpl-2.1
- Created: 2025-06-22T13:17:25.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-06-22T13:39:45.000Z (12 months ago)
- Last Synced: 2025-06-22T13:47:12.007Z (12 months ago)
- Topics: rust, secondlife
- Language: Rust
- Homepage: https://crates.io/crates/avatar-anim
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# avatar-anim
A Rust library for parsing and serializing Second Life avatar animation (`.anim`) files.
## Features
- **Parse** `.anim` files into structured data
- **Serialize** animation data back to `.anim` format
- **LLSD support** for importing Firestorm poser data from LLSD-XML
- **Animation manipulation** utilities (priority setting, key cleanup, filtering)
- Built with `binrw` for efficient binary I/O
## Installation
Execute `cargo add avatar-anim`