Reworked object placing (files.mastodon.social)
submitted 2 years ago* (last edited 2 years ago) by to c/bevy@programming.dev
 

Improved logic and added visual feedback.

Also switched from bevy_rapier to bevy_xpbd. My game only needs collision detection and with bevy_xpbd I can disable unnecessary logic by toggling plugins. So convenient! It was an easy transition since the API is very similar. The author is also very active and helpful.

other discussions
 

Improved logic and added visual feedback.

This is for my WIP open source life simulation game made with Bevy under the working title Project Harmonia.