https://github.com/cloderic/rusty-pedestrians
Pedestrian autonomous navigation engine with runtime & viz webapp
https://github.com/cloderic/rusty-pedestrians
autonomous-navigation game-ai threejs wasm
Last synced: 3 months ago
JSON representation
Pedestrian autonomous navigation engine with runtime & viz webapp
- Host: GitHub
- URL: https://github.com/cloderic/rusty-pedestrians
- Owner: cloderic
- License: mit
- Created: 2020-12-14T09:10:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-07T11:39:48.000Z (over 5 years ago)
- Last Synced: 2025-01-15T19:44:42.065Z (over 1 year ago)
- Topics: autonomous-navigation, game-ai, threejs, wasm
- Language: Rust
- Homepage: https://cloderic.github.io/rusty-pedestrians/
- Size: 6.65 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rusty Pedestrians
[](https://github.com/cloderic/rusty-pedestrians/actions)
[](https://github.com/cloderic/rusty-pedestrians/actions)
🚧
Rust pedestrian autonomous navigation engine with a webapp showcase, deployed at
****
## Engine
### Build
```console
cd ./engine
wasm-pack build
```
### Tests
#### Unit tests
```console
cd ./engine
cargo test
```
#### Browser side tests
```console
cd ./engine
wasm-pack test --chrome --headless
```
## Webapp
### Install dependencies
```console
cd ./webapp
npm install
```
### Start
```console
cd ./webapp
npm start
```