Skip to content

KIM3310/ecotide

Repository files navigation

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages