This repository does not include a dedicated web frontend. This page publishes the project README.
Repository: https://github.com/KIM3310/ecotide
# EcoTide EcoTide is an iOS SwiftUI simulation app (Swift Package based) with motion-driven gravity interaction. ## Tech Stack - Swift 5.6+ - SwiftUI - Swift Package Manager ## Project Structure - `Package.swift`: app/package definition and iOS target metadata - `MyApp.swift`: app entry point - `ContentView.swift`: main UI and interaction flow - `SimulationScene.swift`: simulation rendering/logic - `Managers.swift`: shared managers/utilities ## Run 1. Open the project in Xcode (iOS 16+). 2. Build and run the `EcoTide` app target on simulator/device. ## Notes - Keep generated/runtime artifacts out of git (`.build/`, `.swiftpm/`, `DerivedData/`). ## Local Verification ```bash swift --version test -f Package.swift # Full Xcode installation may be required for iOS app package plugins ``` ## Repository Hygiene - Keep runtime artifacts out of commits (`.codex_runs/`, cache folders, temporary venvs). - Prefer running verification commands above before opening a PR. _Last updated: 2026-03-04_