An open API service indexing awesome lists of open source software.

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

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`