Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)