An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Rusty Pedestrians

[![Engine CI](https://github.com/cloderic/rusty-pedestrians/workflows/Engine%20CI/badge.svg)](https://github.com/cloderic/rusty-pedestrians/actions)
[![Webapp CI](https://github.com/cloderic/rusty-pedestrians/workflows/Webapp%20CI/badge.svg)](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
```