#assets #zstd #tar #loader #bevy #bin

bevy_assets_tar_zstd

Asset loader using .tar.zstd

1 unstable release

0.1.0 Jan 2, 2023

#28 in #zstd

27 downloads per month

MIT license

11KB
251 lines

A bevy AssetIo implementation that allows reading from tar files, that are zstd compressed.

Use the crate bevy_assets_tar_zstd_bundler to bundle the assets in an folder at build time.

Example:

bevy_assets_tar_zstd_bundler::bundle_asset(bevy_assets_tar_zstd_bundler::Config::default());

This will read assets from the assets folder an write them into ./target/assets.bin.

Dependencies

~20–39MB
~613K SLoC