Crates.io | keeshond_datapack |
lib.rs | keeshond_datapack |
version | 0.13.0 |
source | src |
created_at | 2019-04-14 21:12:22.154665 |
updated_at | 2022-03-25 02:01:39.426579 |
description | A simple framework for loading and caching game assets |
homepage | |
repository | https://gitlab.com/cosmicchipsocket/keeshond |
max_upload_size | |
id | 127968 |
size | 110,506 |
Keeshond Datapack lets you easily load resources for your game and cache them
in memory, mapped via pathname and accessible by handle objects that allow
for automatic unloading and can be stored within structs without worrying
about lifetimes. Define how they load with the DataObject
trait, by
implementing a function that takes a Read + Seek
object. Define where they
load from by instantiating a Source
.
Datapack is used by Keeshond but can work with any engine.
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.