A modern, interactive web tool to calculate spherical coordinates (Pitch and Yaw) from equirectangular images.
- 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.
- HTML5: Semantic structure.
- CSS3: Modern styling with Flexbox and CSS Variables.
- JavaScript (ES6+): Core logic for coordinate calculation and DOM manipulation.
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
- Clone the repository:
git clone https://github.com/Razee4315/pitch-and-yaw-finder.git
- Open the project:
Navigate to the project folder and open
index.htmlin your preferred web browser.
- Upload: Drag and drop an equirectangular image or use the "Browse Files" button.
- Interact: Click on any point of interest in the image.
- Get Data: The calculated Yaw and Pitch will appear in the sidebar.
- Copy: Click the "Copy" button to save the coordinates to your clipboard.
Contributions are welcome! Please read the CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
- GitHub: Razee4315
- LinkedIn: saqlainrazee
- Email: saqlainrazee@gmail.com