atproto Thingiverse but good
10

Configure Feed

Select the types of activity you want to include in your feed.

and a couple more spots with the license

Orual (Jun 29, 2026, 7:18 PM EDT) 062bcb4b 0f5c4045

+12 -12
+3 -3
crates/polymodel-api/Cargo.toml
··· 1 1 [package] 2 2 name = "polymodel-api" 3 3 description = "Generated AT Protocol API bindings for polymodel" 4 - version = "0.1.0" 5 - edition = "2024" 6 - license = "MIT OR Apache-2.0" 4 + version.workspace = true 5 + edition.workspace = true 6 + license.workspace = true 7 7 8 8 [dependencies] 9 9 jacquard-common = { workspace = true }
+3 -3
crates/polymodel-mesh/Cargo.toml
··· 1 1 [package] 2 2 name = "polymodel-mesh" 3 - version = "0.1.0" 4 - edition = "2024" 5 - license = "MIT OR Apache-2.0" 3 + version.workspace = true 4 + edition.workspace = true 5 + license.workspace = true 6 6 description = "Multi-format mesh ingestion into owned CPU geometry/material data for the renderer worker." 7 7 8 8 [dependencies]
+3 -3
crates/polymodel-renderer-protocol/Cargo.toml
··· 1 1 [package] 2 2 name = "polymodel-renderer-protocol" 3 - version = "0.1.0" 4 - edition = "2024" 5 - license = "MIT OR Apache-2.0" 3 + version.workspace = true 4 + edition.workspace = true 5 + license.workspace = true 6 6 description = "Leaf protocol crate for the renderer worker: shared types, message envelope, and postcard ser/deser." 7 7 8 8 [dependencies]
+3 -3
crates/polymodel-renderer-worker/Cargo.toml
··· 1 1 [package] 2 2 name = "polymodel-renderer-worker" 3 - version = "0.1.0" 4 - edition = "2024" 5 - license = "MIT OR Apache-2.0" 3 + version.workspace = true 4 + edition.workspace = true 5 + license.workspace = true 6 6 description = "Web Worker renderer: three-d scene + mesh parsing in a separate WASM bundle." 7 7 8 8 [[bin]]