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.1.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.1-py3-none-any.whl (956.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ocp_viewer-1.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 1c850d1f323ed7017557f73f25b0a9f1e64bc4f8a7285aa84c592079f0f07366
MD5 ea2949b82ce102419a0d0c6c1f798e07
BLAKE2b-256 580117b280518fe5b2fbe4b90806e49687f92ad4e212e4440534b88a23037ed7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ocp_viewer-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 956.8 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3385dfaa5db7127cdeac502f17cbf3dd4f72c0902a18ea0e8907b979238827c2
MD5 83ec12cd4518528e79a478087eee2133
BLAKE2b-256 526ad147dafb5913e57a23efcbd89af0206ef0ebd66c6e1e8c09059667684f9f

See more details on using hashes here.

Release history Release notifications | RSS feed

1.1.3

2 files

1.1.2

2 files

This release

1.1.1 This release

2 files

1.1.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