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

Uploaded Python 3

File details

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

File metadata

  • Download URL: cloudglancer-0.1.1.tar.gz
  • Upload date:
  • Size: 6.1 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.1.tar.gz
Algorithm Hash digest
SHA256 0748f1cd1b92e3c6338a879502322189584a6b6b827719fb6ab1ae156d7a694c
MD5 697d349488e1953b1e1e12f35fbe5942
BLAKE2b-256 15849e7b4cf8127a74621ad04a0eb4f808d5f715e5ca6053831ca51d176137b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cloudglancer-0.1.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7232479ad7f9c51e710f7752bd3781e645fbcc8d185ef6706b6923b1a2c76ad7
MD5 ed99913814c82d16b044686aba259412
BLAKE2b-256 2d0ce6f91a20e0cfb5dd09d8f58debe59cf062f294e76d0200c7f926129e0132

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