Skip to content

Simple Bevy math functions to calculate projectile launch angles to hit a specific target

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

rustunit/bevy_ballistic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bevy_ballistic

crates.io docs.rs discord

demo

Simple launch velocity calculation for game projectiles to hit a specified target based on given gravity. Only depending on bevy_math for vector math. Based on this article by Forrest Smith

How to run example

cargo r --example bevy

Our Other Crates

Bevy version support

bevy crate
0.16 0.3-0.4,main
0.15 0.1-0.2

License

All code in this repository is dual-licensed under either:

at your option. This means you can select the license you prefer.

Your contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Simple Bevy math functions to calculate projectile launch angles to hit a specific target

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Sponsor this project

 

Languages