goods

Crates.iogoods
lib.rsgoods
version0.12.1
sourcesrc
created_at2020-05-12 18:14:06.084619
updated_at2022-02-07 20:24:18.460587
descriptionAsync assets system
homepagehttps://github.com/arcana-engine/goods
repositoryhttps://github.com/arcana-engine/goods
max_upload_size
id240790
size97,551
development (github:dabbotorg:development)

documentation

https://docs.rs/goods

README

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.

Commit count: 61

cargo fmt