Skip to content

v0.6.3 — Documentation polish

Choose a tag to compare

@gsdali gsdali released this 03 May 08:01
· 15 commits to main since this release
ad8e1f5

Documentation polish. No code or test changes — drop-in upgrade.

  • README.md rewritten as a compact landing — features at a glance, install snippet, 30-second example, link to the new walkthrough.
  • New docs/getting-started.md — walkthrough exercising the full public API in narrative order: ViewportController + InteractiveContext setup, display, selection modes + derived Selection accessors, presentation styles, translate + rotate manipulators, .attachManipulator(_:) SwiftUI integration, dimensions (linear / angular / radial), standard scene objects, remap across Shape mutation, and a recipe for synthesising a PickResult in tests.

Every snippet references public symbols that exist on the v0.6.2 source tree.

Tests

Unchanged — 146 across 12 suites. Run with OCCT_SERIAL=1 swift test --parallel --num-workers 1.

Dependencies

Unchanged from v0.6.2.