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

Uploaded Python 3

File details

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

File metadata

  • Download URL: cloudglancer-0.1.2.tar.gz
  • Upload date:
  • Size: 6.2 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.2.tar.gz
Algorithm Hash digest
SHA256 2cacae0feb7ac062c0768945deb2e0e1719ac9b13655aa5b6f2f377cfeeffcda
MD5 b772e77bbbd85d8223a75fb29aa22341
BLAKE2b-256 0a0453ee757c15c73e19447528e9d6c2b4e5717f3e25822d9b07289aa56a2154

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cloudglancer-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 5.5 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ea72574eff1285b51243c2810255ec8d08cfc42c45ba5baffbf17d886731ae7a
MD5 23c82da340e6d611366127f0de061853
BLAKE2b-256 ef51c22a05595355f2586c9ab9542306857559541c86bbf0f8867d1ca253767d

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