https://github.com/andrewexton373/bevy_bicycle
2D Bicycle Simulation using Bevy and Bevy Avian
https://github.com/andrewexton373/bevy_bicycle
2d bevy bicycle simulation
Last synced: about 2 months ago
JSON representation
2D Bicycle Simulation using Bevy and Bevy Avian
- Host: GitHub
- URL: https://github.com/andrewexton373/bevy_bicycle
- Owner: andrewexton373
- Created: 2024-12-08T07:58:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T22:23:17.000Z (over 1 year ago)
- Last Synced: 2025-02-13T11:50:08.884Z (over 1 year ago)
- Topics: 2d, bevy, bicycle, simulation
- Language: Rust
- Homepage:
- Size: 28.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bevy Bicycle
Bevy Bicycle is an attempt at using Bevy and Bevy Avian to create a 2D Bicycle Sandbox.
Using Bevy Egui, you can change both the chainring and the cassette radius.
Their is terrain generation based on a seed value. The terrain is generated in chunks as the camera moves about world space.
## Controls
- Key R: Reset Chain
- Key Enter: Reset Bicycle
- Arrow UP -> Zoom In
- Arrow DOWN -> Zoom Out
