Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (16 days ago)
- Default Branch: main
- Last Pushed: 2024-12-19T22:39:59.000Z (4 days ago)
- Last Synced: 2024-12-19T23:25:53.060Z (4 days ago)
- Topics: 2d, bevy, bicycle, simulation
- Language: Rust
- Homepage:
- Size: 7.92 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![image info](./screencaps/gameplay.gif)