• Joined on 2026-02-16
hugo pushed to main at hugo/MetaCrate 2026-08-09 08:16:44 +00:00
74801c3488 Implement generated packet wire codecs (#47)
hugo pushed to main at hugo/MetaCrate 2026-08-09 07:08:01 +00:00
5bc22bdd83 Run Gitea workflows on Ubuntu only
hugo pushed to main at hugo/MetaCrate 2026-08-09 06:53:15 +00:00
b2a060d3c6 Document optional codecs and raise MSRV to 1.96
hugo opened issue hugo/MetaCrate#109 2026-08-09 06:45:03 +00:00
Imaging extension: add optional pure-Rust JPEG 2000 backend
hugo commented on issue hugo/MetaCrate#46 2026-08-09 06:09:30 +00:00
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…

hugo closed issue hugo/MetaCrate#46 2026-08-09 06:09:13 +00:00
Codegen: generate packet types from protocol templates
hugo pushed to main at hugo/MetaCrate 2026-08-09 06:08:45 +00:00
fb7d0c6836 Generate native packet catalog (#46)
hugo closed issue hugo/MetaCrate#45 2026-08-09 05:28:14 +00:00
Codegen: establish deterministic generator framework and source provenance
hugo commented on issue hugo/MetaCrate#45 2026-08-09 05:27:17 +00:00
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…
hugo pushed to main at hugo/MetaCrate 2026-08-09 05:26:57 +00:00
9f7a4e323f Establish native deterministic codegen framework (#45)
hugo closed issue hugo/MetaCrate#44 2026-08-09 05:12:55 +00:00
Imaging and meshing integration: complete rendering parity gate
hugo commented on issue hugo/MetaCrate#44 2026-08-09 05:12:46 +00:00
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…
hugo pushed to main at hugo/MetaCrate 2026-08-09 05:12:30 +00:00
9a62922afa Complete imaging and meshing integration gate (#44)
hugo closed issue hugo/MetaCrate#43 2026-08-09 05:00:31 +00:00
PrimMesher: implement sculpt meshes, vertex indexing, and OBJ output
hugo commented on issue hugo/MetaCrate#43 2026-08-09 05:00:25 +00:00
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,…
hugo pushed to main at hugo/MetaCrate 2026-08-09 04:59:56 +00:00
c6171dc625 Implement sculpt mesh and OBJ support (#43)
hugo closed issue hugo/MetaCrate#42 2026-08-09 04:41:40 +00:00
PrimMesher: implement profile, path, and extrusion geometry
hugo commented on issue hugo/MetaCrate#42 2026-08-09 04:41:32 +00:00
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…
hugo pushed to main at hugo/MetaCrate 2026-08-09 04:41:03 +00:00
5b3950c421 Implement PrimMesher extrusion geometry (#42)
hugo closed issue hugo/MetaCrate#41 2026-08-09 04:16:09 +00:00
Imaging: implement the optional Skia codec adapter