https://github.com/lightandlight/hover-pill
A game I made to learn Bevy, a Rust game engine.
https://github.com/lightandlight/hover-pill
bevy gamedev rust
Last synced: 6 months ago
JSON representation
A game I made to learn Bevy, a Rust game engine.
- Host: GitHub
- URL: https://github.com/lightandlight/hover-pill
- Owner: LightAndLight
- Created: 2022-09-25T11:06:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T00:04:15.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T14:53:51.416Z (over 1 year ago)
- Topics: bevy, gamedev, rust
- Language: Nix
- Homepage: https://lightandlight.github.io/hover-pill
- Size: 18.9 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `hover-pill`
A game I made to learn the [Bevy](https://bevyengine.org/) game engine. You fly a capsule-shaped
object through a series of obstacles to reach a goal.

My focus for this project was gameplay design and programming. I left all the "cool" stuff, like
rendering and physics, to third-party libraries:
* Graphics - `bevy_pbr` (included in [`bevy`](https://github.com/bevyengine/bevy))
* Physics - [`bevy_rapier3d`](https://github.com/dimforge/bevy_rapier)
* Skybox - [`bevy_atmosphere`](https://github.com/JonahPlusPlus/bevy_atmosphere)
* UI
* In-game - `bevy_ui` (included in [`bevy`](https://github.com/bevyengine/bevy))
* Level editor - [`bevy_egui`](https://github.com/mvlabat/bevy_egui)