Classification du contenu
Tout public
10+
Téléchargements
Classification du contenu
Tout public
En savoir plus
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran

À propos de ce jeu

## 🚀 Overview

**CubeEye** is an advanced Android application designed to solve 3x3 Rubik's Cubes. It leverages computer vision to scan a physical cube and provides an interactive, animated 3D guide to solve it using near-optimal moves.

## ✨ Key Features

### 📷 Smart Scanning System

* **Real-time Color Detection:** Automatically identifies cube face colors using the camera via the custom `ColorAnalyzer`.
* **Guided Scanning:** An intuitive UI overlay guides users through the process of capturing all 6 faces correctly.
* **Validation Logic:** The built-in `CubeValidator` ensures the scanned state is physically solvable before proceeding.
* **Manual Correction:** Includes a `ColorPickerDialog` allowing users to manually adjust colors if lighting conditions affect automatic detection.

### 🧩 Intelligent Solver

* **Kociemba Algorithm:** Integrates the famous Two-Phase Algorithm (via the *min2phase* library) to find near-optimal solutions, often requiring fewer than 20 moves.
* **Fast Local Computation:** Solves complex scrambles in seconds directly on the device without needing a network connection.

### 🎥 Interactive 3D Guide

* **3D Visualization:** Features a fully interactive 3D render (`Cube3DView`) that accurately mimics the real cube's state.
* **Step-by-Step Animation:** Users can play, pause, and scrub through the solution moves at their own pace.

## 🛠 Technical Highlights

* **Modern Android Stack:** Built entirely using Kotlin and Jetpack Compose (Material 3).
* **Robust Architecture:** Follows Clean Architecture principles, utilizing MVVM patterns, Hilt for dependency injection, and Coroutines for asynchronous operations.
* **CameraX:** Implements a stable and efficient camera foundation for live preview and image analysis.
* **SceneView:** Utilizes the SceneView library for high-performance 3D rendering.

## 🐛 Known Issues / TODOs

* Optimize color detection thresholds to better handle extreme lighting conditions.
* Automate the integration of the "min2phase" library (currently included as manual source files).
Date de mise à jour
6 yan 2026

Sécurité des données

La sécurité, c'est d'abord comprendre comment les développeurs collectent et partagent vos données. Les pratiques concernant leur confidentialité et leur protection peuvent varier selon votre utilisation, votre région et votre âge. Le développeur a fourni ces informations et peut les modifier ultérieurement.
Cette appli peut partager ces types de données avec des tiers
Position
Aucune donnée collectée
En savoir plus sur la manière dont les développeurs déclarent la collecte
Les données sont chiffrées lors de leur transfert

Nouveautés

This is our very first release!