Implement native SimpleRenderer reference pipeline (#76)
Some checks failed
Native code generation / deterministic (push) Failing after 2m7s
Imaging and meshing gate / native (push) Failing after 4m9s
JPEG 2000 feature / linux (push) Successful in 2m55s
Native Rust workspace compile / compile (push) Failing after 6m15s
Skia feature / linux (push) Successful in 30m59s
Some checks failed
Native code generation / deterministic (push) Failing after 2m7s
Imaging and meshing gate / native (push) Failing after 4m9s
JPEG 2000 feature / linux (push) Successful in 2m55s
Native Rust workspace compile / compile (push) Failing after 6m15s
Skia feature / linux (push) Successful in 30m59s
This commit is contained in:
@@ -4,8 +4,11 @@ Milestone 06 owns the native implementations in `libremetaverse-imaging`,
|
||||
`libremetaverse-imaging-skia`, and `libremetaverse-prim-mesher`. The core
|
||||
imaging and meshing crates contain no CLR bridge, subprocess adapter, foreign
|
||||
RPC, or generated failure-only shim. The rendering crates consume the checked
|
||||
mesh data but remain a separate milestone: this boundary does not hide or
|
||||
reclassify their future `MeshFoundry` and `SimpleRenderer` work.
|
||||
mesh data but remain a separate milestone: `SimpleRenderer` now provides the
|
||||
reference prim/sculpt conversion pipeline, while mesh-asset decoding and
|
||||
rigging remain owned by the separate `MeshFoundry` issue. See the
|
||||
[`SimpleRenderer` guide](../crates/libremetaverse-rendering-simple/README.md)
|
||||
for that boundary.
|
||||
|
||||
## Feature boundary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user