Squashed from work; the fine-grained history is under tag archive/work-2026-08-26: - fab: a 3D creation shell and the viewer built on it - raytrace: the traced pane starts coarse and doubles to native, with the raster underneath - fab: a colour picker, a material's textures, and dials that move the scene while they drag - texcomp: the block codec and the container every texture will travel in - fab: FAB_PROBE_MAT — per-material triangle counts, texture presence and uv spread in the roof probe
20 lines
786 B
TOML
20 lines
786 B
TOML
[package]
|
|
name = "makepad-fab-shell"
|
|
version = "0.1.0"
|
|
authors = ["Makepad <info@makepad.nl>"]
|
|
edition = "2021"
|
|
description = "Reusable 3D design shell, document model, navigation, tools, viewports, and rendering seams"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[lib]
|
|
name = "fab"
|
|
|
|
[dependencies]
|
|
makepad-math = { path = "../math", version = "1.0.0" }
|
|
makepad-widgets = { path = "../../widgets", version = "2.0.0" }
|
|
makepad-render = { path = "../render", version = "0.1.0" }
|
|
makepad-game-sim = { path = "../sim", version = "0.1.0" }
|
|
makepad-raytrace = { path = "../raytrace", version = "0.1.0" }
|
|
makepad-micro-serde = { path = "../micro_serde", version = "1.0.0" }
|
|
makepad-video = { path = "../../platform/video", version = "1.0.0" }
|
|
makepad-fab-tour = { path = "../fab_tour", version = "0.1.0" }
|