Skip to main content

ocp_viewer

The standalone OCP CAD viewer: a browser page and the server behind it.

Installation

pip install ocp_viewer

into the environment that also holds your CAD library (build123d or cadquery).

From a checkout — for local use with uv add path/to/ocp-viewer, uv pip install path/to/ocp-viewer or pip install path/to/ocp-viewer — run make assets in the checkout first. The page's JavaScript and stylesheet are copied in from npm and are not in git, so a package built from a checkout that never ran it ships without them; the server says so at start. make dist runs it for you.

Run

python -m ocp_viewer

and open the printed URL in a browser — http://127.0.0.1:3939 by default. Then show from any Python process in that environment:

from build123d import *
from ocp_viewer import *

show(Box(1, 2, 3))

— the same show you would use with the VS Code extension, pointed at this viewer.

Documentation

Everything else — settings, addressing several viewers, editors, Docker, the whole shared behavior — is in the documentation: the OCP Viewer chapter for this viewer's specifics, bernhard-42.github.io/ocp_viewer_docs for the rest.

What is here, and what is not

Almost nothing about viewing is here. The show pipeline, the config semantics, the render and camera policy, the tree state, the measurement backend, the splash logo, the port registry and the wire protocol are all ocp-viewer-core, shared with the VS Code extension, Jupyter CadQuery and build123d Studio. What is left is a websocket server that also hands out one page, and the settings that reach them.

That is the point of the split rather than a side effect of it. A camera that behaves differently here than in VS Code is a bug in one of them, and there is now one place to fix it.

file what
server/__init__.py serve — the websocket server, for the command line
__main__.py the CLI; every option is a viewer setting
server/settings.py defaults, the config file, and the command line on top of both
server/viewer.py what a running viewer knows: its two clients, its config, its state
server/pages.py the page, the files it loads, and a redirect to it
server/sockets.py the one websocket, and the six kinds of message on it
comms.py this host's transport: the core's websocket client, pointed at a viewer
server/network.py is something already listening on that port

Settings

Three sources, later winning over earlier:

  1. the defaults in server/settings.py
  2. ~/.ocpvscode_standalone, if it exists — write one with python -m ocp_viewer --create_configfile
  3. the command line — python -m ocp_viewer --help

The file keeps its old name so that an existing one still works.

Development

make install      # editable
make assets       # copy the renderer and the core into static/
make check        # ruff check + ty check, and no formatter
make run

make assets copies JavaScript out of node_modules: three-cad-viewer and ocp-viewer-core are npm packages, installed from the registry. The copies under static/ are gitignored. After bumping either dependency, run make assets again so they follow.

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-1.1.0.tar.gz (954.2 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-1.1.0-py3-none-any.whl (956.7 kB view details)

Uploaded Python 3

File details

Details for the file ocp_viewer-1.1.0.tar.gz.

File metadata

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

File hashes

Hashes for ocp_viewer-1.1.0.tar.gz
Algorithm Hash digest
SHA256 93691b312dca866c4090b4b383633b485eac647a58d01fca3f14232e838f5cfc
MD5 dc70a59d7979e08ae073f2997e99513e
BLAKE2b-256 195c59f38002cef8c77da66e00206756e2ae759fa671fb41efbaadefe1dc5f4b

See more details on using hashes here.

File details

Details for the file ocp_viewer-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: ocp_viewer-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 956.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-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7f8c7142e3317834d4be96ca0f1755f5e14ffc7c09167bd772b46ab393057757
MD5 2c41672a5fd47523006112349a373fa2
BLAKE2b-256 791ebd8461151791af4eeab31955dd88e42ba1e1378650f4c8a7fc6b47302b50

See more details on using hashes here.

Release history Release notifications | RSS feed

1.1.3

2 files

1.1.2

2 files

1.1.1

2 files

This release

1.1.0 This release

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