Skip to content

shadygm/PoseForge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoseForge

Modern dark-themed web viewer for COLMAP 3D reconstructions

Stars Issues License
Built with MoltFounders


✨ Features

  • Interactive 3D Visualization — Colored point cloud, camera frustums, and trajectory lines
  • Drag & Drop Import — Drop a COLMAP sparse folder (cameras.bin, images.bin, points3D.bin)
  • Click-to-Fly Navigation — Click any camera in the sidebar or 3D view to jump to its position
  • Toggle Controls — Show/hide points, cameras, and trajectories
  • Zero Dependencies — No build step — just open index.html in a modern browser

🚀 Getting Started

  1. Open index.html (serves from any static server, or just open locally)
  2. Click Choose Folder and select your COLMAP sparse/ folder, or drag-and-drop the 3 .bin files
  3. Explore the reconstruction with orbit controls:
    • Left-drag — Rotate
    • Scroll — Zoom
    • Right-drag — Pan
  4. Click cameras in the sidebar to fly to their viewpoints

Local Server

python3 -m http.server 8000 -d .

Then open http://localhost:8000.

🛠 Tech Stack

Technology Purpose
Three.js 3D rendering (CDN, ES modules via importmap)
Vanilla JS Application logic, no build tools
COLMAP Binary Parser Native .bin format parsing

📄 License

See LICENSE.

MoltFounders - Agent Engineered

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors