OceanVR is an interactive 3D web experience that lets users dive underwater and explore how climate change is impacting oceans.
- Immersive 3D Experience: Explore underwater environments directly from your web browser.
- Climate Change Visualization: See real-time effects of climate change in the HUD.
- Dynamic Marine Life: Observe fish, jellyfish, and other marine creatures.
- Audio: Enjoy underwater ocean music.
Live Demo: [https://ocean-vr.vercel.app/]
Steps:
- Clone the repository:
git clone https://github.com/Tasnim-Ferdous/OceanVR.git
- Install dependencies:
npm install
- Start the development server:
npm start
- Open
http://localhost:3000in your browser.
- Mouse / Touch: Look around and navigate
OceanVR/
├─ public/ # Audio and 3D models
├─ src/
│ ├─ components/ # UI components and other .jsx files
│ ├─ data/ # Marine life and climate datasets
│ ├─ state/
│ ├─ App.jsx
│ ├─ indes.css
│ └─ main.jsx
├─ index.html
├─ package-lock.json
├─ package.json
└─ README.md
� README.md
