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.2.tar.gz (955.1 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.2-py3-none-any.whl (957.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for ocp_viewer-1.1.2.tar.gz
Algorithm Hash digest
SHA256 be9b116b50475129a04d9fce737f369b36f519a9a9b27dab71de7ea1a030cfe7
MD5 863d24c49e2aa218f8dff997854b66ff
BLAKE2b-256 a27b1a92d564bbfa15e57d5a8febd634c1bbcc5abe1b0f81eae76b3472c3830c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ocp_viewer-1.1.2-py3-none-any.whl
  • Upload date:
  • Size: 957.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.12

File hashes

Hashes for ocp_viewer-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 fd561d06333c9d046d0cb9bc58b6dc9a1c57c7aa7b825640321ee95ef0d40aaf
MD5 ee16271944d79d3c611108804775b736
BLAKE2b-256 6fc044c8d0aabc3e03ea9ac90fddbfa589bf7192066d52a1dabcc31249817727

See more details on using hashes here.

Release history Release notifications | RSS feed

1.1.3

2 files

This release

1.1.2 This release

2 files

1.1.1

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