rusty_engine
rusty_engine copied to clipboard
2D game engine for learning Rust
It'd be nice to incorporate `bevy_rapier2d` for realistic physics (and also replacing the custom collision detection solution I manually implemented).
There are many times where we don't wanna load assets for a sprite but rather, make a shape and use it as a sprite (for example, a circle or a...
☝🏻 Just opening this PR to make sure I don't forget to come back and finish this.
👇🏻 New sprites! New scenario!
Minor typo fixing and fixed instructions at Health Handling 2.
Among (many) other things, this should enable running `rusty_engine` [in VMs without Vulkan support](https://bevyengine.org/news/bevy-0-10/#enabled-opengl-backend-by-default).
Hi I was trying to build some game for a deep space, wanted to know , how can i change background color of game? currently i couldn't figure it out...