Add zjolt, zecs, ztypeset, zozz, zmeshopt, zcgltf and zrecast to FFI Bindings - #257
Add zjolt, zecs, ztypeset, zozz, zmeshopt, zcgltf and zrecast to FFI Bindings#257pedronaugusto wants to merge 3 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. 📝 WalkthroughWalkthroughThe README adds four projects to the FFI Bindings section: ChangesFFI bindings catalog
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change adds seven FFI binding projects to the README catalog. No current merge-readiness risk is identified. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Same family, same shape: vendored pinned upstream (meshoptimizer v1.2, cgltf v1.15), complete surface held by a compile-time ABI cross-check, CI on Linux, macOS and Windows. Labelled AI-assisted per contributing.md. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LxCubm8TomX6V3Ysvc7u2u
zrecast is public now: Zig bindings for recastnavigation, same shape as the six above it -- upstream vendored pinned and verbatim, a C ABI the Zig API sits on top of, CI on Linux, macOS and Windows. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LxCubm8TomX6V3Ysvc7u2u
Adds seven packages I maintain to the FFI Bindings section: zjolt (Jolt Physics), zecs (flecs), ztypeset (FreeType + HarfBuzz + SheenBidi + libunibreak), zozz (ozz-animation), zmeshopt (meshoptimizer), zcgltf (cgltf) and zrecast (recastnavigation). All seven vendor their upstream pinned and unpatched, expose the library through a C ABI with a Zig API on top, and run CI on Linux, macOS and Windows (both gnu and msvc). Labelled AI-assisted per contributing.md.
Summary by CodeRabbit
zjolt,zecs,ztypeset,zozz,zmeshopt,zcgltf, andzrecastto the FFI Bindings project list.