Skip to main content

ocp-viewer-core

The shared half of the OCP viewer ecosystem: one show suite, one tessellation, one set of config semantics, used by four viewers that each keep their own transport and their own settings storage.

Currently supported hosts (viewers):

viewer ecosystem

The user-facing documentation of the shared behavior — the show commands, the config system, the viewer window and its tools — lives in docs/. Each host documents only its own specifics and refers there for the rest.

Published as one project to two registries: ocp-viewer-core on PyPI for the Python half, ocp-viewer-core on npm for the JavaScript half. Their major.minor is the contract and must match; the patch level is each half's own, so a one-sided fix ships without an artificial release of the other half. See Development.md.

The idea

Each host provides a Comms — a Python encoder and a JavaScript decoder, shipped as a pair — and a settings source. Everything above that is shared and knows nothing about which host it is running in.

Per-host imports stay per host:

  • from ocp_vscode import * or from ocp_vscode import show, set_defaults, ...
  • from build123d_studio import * or from build123d_studio import show, set_defaults, ...
  • from jupyter_cadquery import * or from jupyter_cadquery import show, set_defaults, ...
  • from ocp_viewer import * or from ocp_viewer import show, set_defaults, ...

Layout

path what
ocp_viewer_core/ the Python half
ocp_viewer_core/config.py the config keys, each mapped to the name three-cad-viewer knows it by, and the precedence over them
ocp_viewer_core/comms.py the transport a host implements, and the session that caches what it answers
ocp_viewer_core/logo.py the splash logo as measurable geometry, for a host's measurement backend
js/src/logo.js the splash logo as tessellated data plus its config, for the renderer
js/ the JavaScript half, published to npm
tests/ including the conformance kit

ocp_viewer_core/__init__.py is import-free by design: hosts import the submodule they need, so that importing the package never pulls in the tessellator or OCP.

Use

A host writes one class and supplies one list. exclude_keys names the keywords it may not be told, because its surface decides them - the show signature is the superset of every host's, so a keyword one host owns is a keyword another has to refuse by name rather than ignore.

comms = MyComms()
session = Session(comms)                        # sets session cache to None
config = Config(session, ("cad_width", "height"))
show(objects)

What a host persists between sessions is its own business and needs no key list here: it answers with values, from Comms.workspace_config(). Which of the viewer's reported state counts as configuration - and so survives into the next show - is keys.CONFIG, derived from the vocabulary, because that set is a property of three-cad-viewer's state and not of any host's settings.

Dependencies

No OCP provider is declared — the same OCP namespace is supplied by cadquery_ocp, cadquery_ocp_novtk and conda's OCP, and naming one would break users of the other two. The host or the user chooses.

Licence

Apache-2.0.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ocp_viewer_core-1.0.2.tar.gz (105.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ocp_viewer_core-1.0.2-py3-none-any.whl (109.7 kB view details)

Uploaded Python 3

File details

Details for the file ocp_viewer_core-1.0.2.tar.gz.

File metadata

  • Download URL: ocp_viewer_core-1.0.2.tar.gz
  • Upload date:
  • Size: 105.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for ocp_viewer_core-1.0.2.tar.gz
Algorithm Hash digest
SHA256 a66f379e1e7fae11f7cd8b108d3bfec9a127f90e85d98dd24415d08042dc4bbd
MD5 8f2ddfe5ff28824d0d9788b848d57130
BLAKE2b-256 36325f4430236c0d230a292e3fd8386d0c0c10db9789551b1cb9e5cc6bcda609

See more details on using hashes here.

File details

Details for the file ocp_viewer_core-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: ocp_viewer_core-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 109.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for ocp_viewer_core-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 042764b0ea6074199d0982af6120ac4248d85e7c22200ed7e740d4377df66f82
MD5 53e65585b598642e7e3a485be3b0903d
BLAKE2b-256 e9270688d5c4880ebe25c8a2c00830797e72196f37e30a10f55cbb90a103d855

See more details on using hashes here.

Release history Release notifications | RSS feed

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

This release

1.0.2 This release

2 files

1.0.1

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page