Skip to content

Razee4315/pitch-and-yaw-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Pitch & Yaw Finder

A modern, interactive web tool to calculate spherical coordinates (Pitch and Yaw) from equirectangular images.

🚀 Features

  • Interactive Interface: Click anywhere on an uploaded equirectangular image to get precise coordinates.
  • Drag & Drop Support: Easily upload images by dragging them onto the workspace.
  • Real-time Calculation: Instantly computes Yaw (-180° to 180°) and Pitch (90° to -90°).
  • Clipboard Integration: Copy coordinates to your clipboard with a single click.
  • Responsive Design: Works seamlessly on different screen sizes.
  • Clean UI: Minimalist design using the Inter font family and a professional color palette.

🛠️ Technologies Used

  • HTML5: Semantic structure.
  • CSS3: Modern styling with Flexbox and CSS Variables.
  • JavaScript (ES6+): Core logic for coordinate calculation and DOM manipulation.

📂 Project Structure

pitch-and-yaw-finder/
├── index.html        # Main HTML structure
├── style.css         # Styles and layout
├── script.js         # Application logic
├── README.md         # Project documentation
├── LICENSE           # MIT License
├── CODE_OF_CONDUCT.md
└── CONTRIBUTING.md

🏁 Getting Started

  1. Clone the repository:
    git clone https://github.com/Razee4315/pitch-and-yaw-finder.git
  2. Open the project: Navigate to the project folder and open index.html in your preferred web browser.

📐 How It Works

  1. Upload: Drag and drop an equirectangular image or use the "Browse Files" button.
  2. Interact: Click on any point of interest in the image.
  3. Get Data: The calculated Yaw and Pitch will appear in the sidebar.
  4. Copy: Click the "Copy" button to save the coordinates to your clipboard.

🤝 Contributing

Contributions are welcome! Please read the CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

📬 Contact

About

This is a simple web application that allows users to upload an equirectangular image and interactively find spherical coordinates (yaw and pitch) by clicking on different points of the image.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors