Expand description

Load assets (images or voxel data) from files

Modules

  • fs 🔒
  • Generic asset loading definition
  • Bytes sources to load assets from.
  • walk 🔒

Structs

Enums

  • Represent tree of directory, result of [generate_tree].

Traits

  • An asset is a type loadable from raw bytes.
  • The Asset trait, which is implemented by all structures that have their data stored in the filesystem.
  • An asset type that can load other kinds of assets.
  • Assets that are loadable from directories
  • Specifies how an asset is loaded.
  • Bytes sources to load assets from.

Functions

Type Definitions