• Stars
    star
    209
  • Rank 188,325 (Top 4 %)
  • Language
    Rust
  • License
    Other
  • Created over 4 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A beginner-friendly single screen space shooter developed in Rust with 'bevy'

Kataster

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

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, shader background, particle effects.

It showcases some other commonplace bevy plugins, bevy_rapier for physics, leafwing-input-manager for game inputs, bevy_hanabi for particle effects.

Bevy dependencies

Up to date for bevy 0.10

References

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

https://bevyengine.org/