ssbm_utils

Crates.iossbm_utils
lib.rsssbm_utils
version0.4.0
sourcesrc
created_at2023-11-27 00:47:02.745493
updated_at2024-05-01 23:49:02.272779
descriptionA collection of useful tools for working with data from Super Smash Bros Melee
homepage
repositoryhttps://github.com/Walnut356/SlpProcess
max_upload_size
id1049550
size300,737
Walnut (Walnut356)

documentation

README

ssbm-utils

An unorganized collection of useful functions for calculating various statistics for Super Smash Bros. Melee.

Currently supports:

  • hitstun
  • hitlag
  • staled <-> unstaled damage
  • shield damage
  • shieldstun
  • shield pushback for attacker and defender
  • jump arc
  • knockback/knockback travel (and associated helper functions such as modifying trajectory by DI)
  • Enums for states, bitflags, characters, etc.
  • Character stats

The crate is currently designed around being easily extensible to FFI, but eventually there might be a dedicated version for rust with better ergonomics/type safety.

Commit count: 163

cargo fmt