concinnity-cook 0.18.69

Asset cook pipeline that bakes an authored Concinnity world into a blob
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// src/asset_impls/mod.rs
//
// The `BuildAsset` trait implementations for each compiled asset type. The asset
// data types, their `Component` and `SourceBacked` impls, and their runtime
// helpers stay in concinnity-core; only the build-time `compile_payload` /
// `source_files` impls live here, calling the compile pipeline in this crate.
// These are trait impls only, so the modules need no re-exports.

mod file;
mod procedural_mesh;
mod room;
mod sdf_volume;
mod shader;
mod voxel_chunk;