58 lines
3.3 KiB
Markdown
58 lines
3.3 KiB
Markdown
# GraffitiXR Project Roadmap & To-Do
|
|
|
|
This document tracks the development status, future enhancements, and identified gaps in the GraffitiXR application.
|
|
|
|
---
|
|
|
|
## **V1.5 Completed Features**
|
|
|
|
- **[x] Refactor from Vuforia Engine to ARCore:**
|
|
- [x] Removed all Vuforia dependencies and code.
|
|
- [x] Integrate the ARCore SDK.
|
|
- [x] Implement runtime Image Target creation using the device camera.
|
|
- **[x] Mock-up Mode:**
|
|
- [x] Users can select a static background image.
|
|
- [x] A four-point transformation UI allows users to warp the overlay image.
|
|
- [x] Two-finger gestures for scaling and rotating the overlay are implemented.
|
|
- **[x] On-the-Go Mode (Non-AR Camera):**
|
|
- [x] A fallback mode overlays the image on the live camera feed for non-AR devices.
|
|
- **[x] Core UI and Image Adjustments:**
|
|
- [x] UI for selecting overlay and background images.
|
|
- [x] Functional sliders for opacity, contrast, and saturation.
|
|
- [x] Background removal for the overlay image.
|
|
- **[x] Code & Project Documentation:**
|
|
- [x] Added comprehensive KDocs to all classes, methods, and properties.
|
|
- [x] Rewrote `README.md`, `AGENTS.md`, and `BLUEPRINT.md` to align with the project vision.
|
|
- **[x] Robustness and Error Handling:**
|
|
- [x] Implemented error handling for background removal failures.
|
|
- [x] Implemented user guidance for AR plane detection failures.
|
|
- **[x] Automated Tests:**
|
|
- [x] Added a suite of unit tests for the `MainViewModel`.
|
|
- **[x] UI Refinements:**
|
|
- [x] Refined the Adjustment Slider UI into an integrated, animated panel.
|
|
- **[x] Enhance User Experience (UX):**
|
|
- [x] **Create User Onboarding:** Design and implement a tutorial or onboarding flow to explain the two different modes (Mock-up and On-the-Go) to new users.
|
|
- [x] **Add Gesture Feedback:** Provide visual feedback in Mock-up mode when a scale or rotation gesture is active.
|
|
- **[x] Keep track of the real-world image's progress as the original fingerprint is eventually covered by it completely.
|
|
- **[x] Undo/Redo Functionality:**
|
|
- [x] Implement undo and redo buttons to revert or reapply image adjustments.
|
|
- **[x] Refine Gesture Feedback UI:**
|
|
- [x] Replace the full-screen gesture feedback with a more subtle, non-intrusive indicator.
|
|
- **[x] Optimize Progress Calculation Performance:**
|
|
- [x] Refactor the progress calculation logic to avoid recalculating the entire bitmap on every update.
|
|
- **[x] Add "Save/Export" Feature:**
|
|
- [x] Allow users to save or export the final composed image from any of the modes.
|
|
- [x] Allow users to save the marks or griding "fingerprint" and overlay location, size, and orientation.
|
|
- [x] Saving the project includes the fingerprint and undo/redo history.
|
|
- **[x] Implement Advanced Image Editing:**
|
|
- [x] Add more advanced image adjustment tools like color balance or blending modes.
|
|
- [x] **Curves Adjustment:** Implement a user interface for adjusting the image's tonal range using curves.
|
|
- **[x] Create a Project Library:**
|
|
- [x] Implement functionality to save, load, and manage different mock-up projects (background, overlay, settings).
|
|
|
|
---
|
|
|
|
## **Project Backlog**
|
|
|
|
All items completed. Ready for the next phase of development.
|