Commit 7bca566
committed
feat: add RoverStrip component with interactive rover simulation
- Implemented RoverStrip component for a canvas-based rover simulation.
- Created roverEngine module to handle terrain generation, rover physics, and particle effects.
- Added useHeroActive hook to manage visibility and tab state for the rover animation.
- Updated main.tsx to ensure the page scrolls to the top on reload.1 parent 5b194f7 commit 7bca566
7 files changed
Lines changed: 1515 additions & 62 deletions
File tree
- .claude
- src
- components
- rover
- hooks
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
46 | 52 | | |
47 | 53 | | |
48 | 54 | | |
| |||
0 commit comments