17 releases (11 breaking)

0.12.1 Feb 7, 2022
0.11.1 Oct 15, 2021
0.9.0 Jul 19, 2021
0.8.0 Feb 1, 2021
0.5.3 Jun 29, 2020

#666 in Asynchronous

Download history 3/week @ 2024-01-05 5/week @ 2024-01-12 4/week @ 2024-02-09 30/week @ 2024-02-16 24/week @ 2024-02-23 17/week @ 2024-03-01 12/week @ 2024-03-08 12/week @ 2024-03-15 11/week @ 2024-03-22 260/week @ 2024-03-29

296 downloads per month
Used in 7 crates

MIT/Apache

65KB
1.5K SLoC

Goods - Asset Pipeline

crates docs actions MIT/Apache loc

Goods is an asset system primarily designed for game engines. It supports definition of complex assets using powerful derive-macros and asynchronous loading with trait-based asset sources.

Definition

To define an asset users must implement Asset trait. Type that implements Asset traits are called assets and their values are produced by asset loading process.

Asset trait is rather complex. Many of its parts looks like boilerplate when defining simple asset type.

License

Licensed under either of

at your option.

Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~5–16MB
~190K SLoC