| Crates.io | vee_resources |
| lib.rs | vee_resources |
| version | 0.2.0 |
| created_at | 2025-05-30 19:02:33.028101+00 |
| updated_at | 2025-06-09 22:00:16.404135+00 |
| description | Parsing Mii mesh and texture files. Part of `vfl`. |
| homepage | |
| repository | https://github.com/j0lol/vee |
| max_upload_size | |
| id | 1695584 |
| size | 104,830 |
Research library for replicating Mii functionality from decompilations in a more modern language and runtime.
Ideally, this library will replicate functionality accurately from these targets:
Not currently targeted:
This project currently has the libraries:
vfl (Parent library)vee_parsevee_resourcesvee_modelsvee_wgpuThis project currently has three binaries:
vfl-cli — Debug tool for quick interfacing with the library.lightweight_viewer — Basic test renderer, orbits a few test characters.bevy_viewer — Example of using this library in Bevy.bevy_viewer is currently out of the workspace tree, so it has to be run separately.
./resources_here
vee only supports NXTextureMidSRGB.dat and ShapeMid.datlightweight_viewer
cargo run --bin lightweight_viewervfl-cli
cargo run --bin vfl-clibevy_viewer
cd crates/bevy_viewer && cargo runbevy_viewer in the browser:
wasm-server-runnercd crates/bevy_viewer && cargo run --target wasm32-unknown-unknown@ariankordi for help and guidance through FFL and RFL source
@aboood40091 for FFL Decomp@SMGCommunity for RFL Decomp