3D development made easy
Project description
Easy3D
A simple and intuitive Python package for 3D.
Features
- 3D camera pose visualization using Viser
Installation
pip install easy3d
Quick Start
from easy3d import CameraViewer
# Create camera poses (4x4 transformation matrices)
poses = []
for i in range(10):
pose = np.eye(4)
pose[:3, 3] = [i * 0.1, 0, 0] # Move along x-axis
poses.append(pose)
# Visualize the camera poses
camera_viewer = CameraViewer()
camera_viewer.add_camera(poses, fov=30)
camera_viewer.run()
Requirements
- Python >= 3.8
- numpy >= 1.21.0
- matplotlib >= 3.5.0
- viser >= 0.1.0
License
MIT License - see LICENSE file for details.
Author
Chen Wang (chwangthu@gmail.com)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
easy3d-0.1.1.tar.gz
(3.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file easy3d-0.1.1.tar.gz.
File metadata
- Download URL: easy3d-0.1.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b52a90d35a7f26ecb5b1ea967da56bb999ecdeb208f177bad3263e0a6d3069cf
|
|
| MD5 |
71fdadba5f149c7e346936a64498f2c0
|
|
| BLAKE2b-256 |
19b767554a40959eb6e7b2f8207e2726e2416f879fa1e574541faef722fadb76
|
File details
Details for the file easy3d-0.1.1-py3-none-any.whl.
File metadata
- Download URL: easy3d-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
616b74b3301c97f64e72cbf5002fe66fd2b538c1d7ea09b7d27833605c567040
|
|
| MD5 |
be942eb5c1f9c1889c53be0282c0e6d4
|
|
| BLAKE2b-256 |
3834beba4004d964a02c35040420e82e32b42f161b5b4d92ed7a018766b74b26
|