Crates.io | goods |
lib.rs | goods |
version | 0.12.1 |
source | src |
created_at | 2020-05-12 18:14:06.084619 |
updated_at | 2022-02-07 20:24:18.460587 |
description | Async assets system |
homepage | https://github.com/arcana-engine/goods |
repository | https://github.com/arcana-engine/goods |
max_upload_size | |
id | 240790 |
size | 97,551 |
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.
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.
Licensed under either of
at your option.
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.