Eye Spy is a game that utilizes computer vision and machine learning techniques for object detection. The project focuses on achieving maximum performance in object detection and video processing, ensuring that each step can be calculated within a single frame. This allows for a better understanding of the available "performance budget" that can be spent on adding more features to the game while maintaining smooth and responsive gameplay.
-
Install Rust and required dependencies:
- Install Rust
- Install OpenCV and other dependencies
-
Clone the repository:
git clone https://github.com/SuperPanda/eye-spy-rust.git
cd eye-spy-rust
- Build and run the project:
cargo build --release
cargo run --release
TBA
Please refer to the design document for detailed information on the project structure, components, and overall design.
TBA
We will use Semantic Versioning for this project. Each commit should be meaningful and informative, with clear and concise commit messages.
TBA
TBA