Kataster icon indicating copy to clipboard operation
Kataster copied to clipboard

A single screen space shooter developed in Rust with 'bevy' and 'bevy_xbpd'

Kataster

A minimalist single screen space shooter developped in Rust with Bevy and Rapier.

This is a 'super-example' or 'micro-game' for the Bevy engine, that can be used by beginners to get some starting points for their own game.

It includes use of game states, menu UI , HUD UI, collision detection, pause/resume, and a shader background.

Main dependencies

crate version
bevy 0.8
bevy_rapier2d 0.16

References

https://www.rust-lang.org/

https://bevyengine.org/

https://www.rapier.rs/