Block a user
Imaging extension: add optional pure-Rust JPEG 2000 backend
Codegen: generate packet types from protocol templates
Implemented and pushed in fb7d0c6.
This adds a native Rust parser and deterministic generator for the pinned message template, with source-located PGxxx diagnostics and checked-in packet_catalog.r…
Codegen: generate packet types from protocol templates
Codegen: establish deterministic generator framework and source provenance
Codegen: establish deterministic generator framework and source provenance
Implemented and pushed as 9f7a4e3.
Native Rust code-generation framework:
- Added the libremetaverse-codegen workspace tool with generate, check, and hash-gated vendor commands; no build script…
Imaging and meshing integration: complete rendering parity gate
Imaging and meshing integration: complete rendering parity gate
Implemented and pushed as 9a62922.
Milestone integration delivered:
- Added an enforceable milestone-06 audit that rejects owned Rust stubs, parity drift, optional native-feature leakage, missing…
PrimMesher: implement sculpt meshes, vertex indexing, and OBJ output
PrimMesher: implement sculpt meshes, vertex indexing, and OBJ output
Implemented and pushed as c6171dc.
Native Rust implementation:
- Added checked SculptMap sampling through ManagedImage and ITextureCodec, including reference LOD resizing, grayscale replication,…
PrimMesher: implement profile, path, and extrusion geometry
PrimMesher: implement profile, path, and extrusion geometry
Implemented and pushed in commit 5b3950c.
Implementation:
- Replaced the failure-only Coord, Quat, UVCoord, Face, ViewerFace, Profile, Path, PathNode, and PrimMesh shells with native Rust ports…
Imaging: implement the optional Skia codec adapter