Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ayaz-amin/vsim
- Owner: ayaz-amin
- License: mpl-2.0
- Created: 2022-11-25T00:21:03.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T22:47:43.000Z (about 2 years ago)
- Last Synced: 2024-12-01T20:16:21.710Z (26 days ago)
- Language: Rust
- Size: 1.94 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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