项目作者: orhanbalci

项目描述 :
AI Steering behaviors crate implemented in Rust http://orhanbalci.github.io/rust-steering-behaviors
高级语言: Rust
项目地址: git://github.com/orhanbalci/rust-steering-behaviors.git
创建时间: 2016-05-10T16:47:04Z
项目社区:https://github.com/orhanbalci/rust-steering-behaviors

开源协议:MIT License

下载


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