Skip to main content

Simple interactive visualization of 3D point clouds

Project description

PyPI version

cloudglancer

Simple interactive visualization of 3D point clouds using Plotly.

Features

  • Interactive 3D scatter plots with pan, zoom, and rotation
  • Support for categorical and continuous color mapping
  • Combine multiple plots into subplot grids
  • Easy-to-use API with sensible defaults
  • Type hints for better IDE support
  • Plot batched point clouds (B, N, 3)

Installation

pip install cloudglancer

Quick Start

import numpy as np
import cloudglancer as cg

# Generate random 3D points
points = np.random.randn(500, 3)

# Create and display the plot
cg.plot(points, title="My Point Cloud", size=2.0).show()

More examples are in the examples folder.

Development Installation

Clone the repository and install in editable mode:

git clone https://github.com/yourusername/cloudglancer.git
cd cloudglancer
python -m venv venv
source venv/bin/activate
pip install -e .

Install with Development Dependencies

pip install -e ".[dev]"

Requirements

  • Python >= 3.9
  • plotly >= 5.0.0
  • pandas >= 2.0.0
  • numpy >= 1.24.0

Building the Package

pip install build
python -m build

This will create both wheel and source distributions in the dist/ directory.

Deploy to PyPi

twine upload --verbose dist/*

License

MIT License - see LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Project details


Download files

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

Source Distribution

cloudglancer-0.1.4.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

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

cloudglancer-0.1.4-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

Details for the file cloudglancer-0.1.4.tar.gz.

File metadata

  • Download URL: cloudglancer-0.1.4.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for cloudglancer-0.1.4.tar.gz
Algorithm Hash digest
SHA256 20f940ca993af73112c0b07d43f92df6d485e12374bb62bb757f599c5d8ab722
MD5 098bbb0de43103141fb49b3b98e9d1be
BLAKE2b-256 20970057af5a538292d2857ab8a6377e129b434b5da430aa544079b149f0f5c3

See more details on using hashes here.

File details

Details for the file cloudglancer-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: cloudglancer-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 5.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for cloudglancer-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 67245074ba0a416943ccdfc65c7365def687875bc7adddfff9eb732f6fce3e2e
MD5 8e0d3d5a416bf8b11e0b2112f4c7b69c
BLAKE2b-256 f94c98d283a8aceb013f311d6c92c1e5895be8ed496445251a7607edc047fbc8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page