GitHub - Oval17/point-cloud-data-viewer: ► A modern 3D point cloud visualization tool built with React, TypeScript, and Three.js. (original) (raw)
A modern 3D point cloud visualization tool built with React, TypeScript, and Three.js.
Features
- PointCloudViewer: Interactive 3D viewer with orbit controls
- PointCloudVisualizer: Advanced scene management and rendering
- ThreeDimensionalRenderer: Optimized point cloud loading and display
- NavigationPanel: Simple frame navigation controls
Quick Start
Install dependencies
npm install
Start development server
npm run dev
Build for production
npm run build
Sample Data
Includes two geometric point cloud models:
sphere.pcd- Spherical point cloudcuboid.pcd- Rectangular cuboid point cloud
Tech Stack
- React 18
- TypeScript
- Three.js
- Vite
Deployment
Built files are ready for static hosting on platform Netlify.