My rust implementation of Dijkstra/A* applied to a very simple game written in Rust Yew
#rustlang + #yew is a fantastic combination!
Code html with rust! this is possible thanks to WebAssembly.
Code: https://github.com/security-union/esc...
Demo: https://security-union.github.io/esca...
0:00 Shortest path applications
1:18 Breaking down the algorithm
4:27 Yew App Overview