2 unstable releases
0.4.0 | Aug 29, 2022 |
---|---|
0.3.0 | Aug 29, 2022 |
#693 in Games
44KB
1K
SLoC
lvd-rs
A Rust crate for working with Smash level data (.lvd
) files from 3DS / Wii U and Ultimate. Designed for multiplatform (desktop, Switch, Wasm, etc.) support.
lib.rs
:
A crate for working with level data files from the Super Smash Brothers Series.
Minimal Example
let file = lvd::open("./pickel_world_00.lvd").unwrap();
println!("{:?}", &file.collisions[0].vertices[0]);
file.save("./pickel_world_00_edited.lvd").unwrap();
Dependencies
~1.5–2.3MB
~50K SLoC