| Crates.io | vee_models |
| lib.rs | vee_models |
| version | 0.2.0 |
| created_at | 2025-05-30 19:04:06.641981+00 |
| updated_at | 2025-06-09 22:01:00.391427+00 |
| description | Making Mii models. Part of `vfl`. |
| homepage | |
| repository | https://github.com/j0lol/vee |
| max_upload_size | |
| id | 1695586 |
| size | 70,448 |
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