steering

Crates.iosteering
lib.rssteering
version0.1.0
sourcesrc
created_at2017-11-20 19:07:02.894634
updated_at2017-11-20 19:07:02.894634
descriptionSteering calculations for autonomous agents
homepagehttps://github.com/orhanbalci
repositoryhttps://github.com/orhanbalci/rust-steering-behaviors.git
max_upload_size
id40064
size60,230
Orhan Balci (orhanbalci)

documentation

http://orhanbalci.github.io/rust-steering-behaviors

README

Build Status Coverage Status License

rust-steering-behaviors

AI Steering behaviors crate implemented in Rust

ezgif-1-d92ba40989

This project aims to port libgdx-ai steering module to rust.

Currently Implemented Behaviors

  • Seek
  • Pursue
  • Arrive
  • Flee
  • Evade
  • Face

Missing Behaviors

  • Wander
  • Follow Path
  • Follow Flow Field
  • Hide
  • Interpose
  • Jump
  • Match Velocity
  • Reach Orientation
  • Raycast Obstacle Avoidance
  • Seperation

Implemented Limiters

  • Angular Acceleration Limiter
  • Angular Limiter
  • Angular Speed Limiter
  • Full Limiter
  • Linear Speed Limiter
  • Linear Acceleration Limiter
  • Linear Limiter
Commit count: 74

cargo fmt