KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
rustfield
★ 13
Open GitHub ↗
Flow field pathfinding in rust
Download README (.md)
Explore Similar Repositories
Multi-Attention-Recurrent-Network---MARN-AAAI2018
:
Implementation of MARN AAAI18 in pytorch
pytorch_MINERVA
:
No description available.
docker-tutorial
:
Tutorial Docker. Usado em palestras.
nestjs-mailer
:
Mailer module for NestJS
rhc
:
Implementation of Receding Horizon Curiosity Algrithm
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
rustfield
?
Download (.md)
# What is this? A tool to play with the simplest version of the flow field pathfinding algorithm. The algorithm was created during the development of the rts game Supreme Commander 2. Its goal is to efficiently compute path for a big number of agent. ## Features * Draw cost on a map * Set a destination * Visualize the integration field * Visualize the flow field ## Supported platforms * Supported: Windows, Linux ## Build ```text git clone https://github.com/Ruddle/rustfield cd rustfield cargo run --release ``` ## References - [Leif Erkenbrach's programming blog](https://leifnode.com/2013/12/flow-field-pathfinding/). - [Frank Cheng's video](https://www.youtube.com/watch?v=smmQ0ONzs50). - [Chris Taylor bragging](https://youtu.be/L2KezvQLllw?t=189).