Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ayaz-amin/vsim

Vehicle simulation tool. Can mix and match different parts and go vroom vroom skrtt.
https://github.com/ayaz-amin/vsim

Last synced: 26 days ago
JSON representation

Vehicle simulation tool. Can mix and match different parts and go vroom vroom skrtt.

Awesome Lists containing this project

README

        

# vsim

Vehicle simulation tool. Can mix and match different parts and go vroom vroom skrtt.

## WASM Usage

### one time

```bash
rustup target add wasm32-unknown-unknown
```

```bash
cargo install basic-http-server
```

### (re)build

```bash
make build-wasm
```

### running

```bash
# this only needs to be run once, and can be left running
basic-http-server public
```

or

```bash
make run-wasm
```

visit `http://127.0.0.1:4000` after to see simulator