Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fildon/rust-render
https://github.com/fildon/rust-render
Last synced: about 22 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/fildon/rust-render
- Owner: fildon
- Created: 2023-07-30T03:30:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-30T06:08:42.000Z (over 1 year ago)
- Last Synced: 2023-07-30T07:20:01.100Z (over 1 year ago)
- Language: JavaScript
- Size: 445 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust Render
A project to render animated scenes using Rust compiled to WASM
[Deployed on rupertmckay.com](https://rupertmckay.com/rust-render)
## Local Development
1. Install project dependencies
```sh
npm i
```2. Build project
```sh
npm run build
```3. Serve build output on localhost
```sh
npm run serve
```4. Open [localhost](http://localhost:8080/)
## Thanks
Huge thanks to the [wasm-bindgen docs](https://rustwasm.github.io/wasm-bindgen/examples/julia.html) for fantastic documentation and a thorough collection of examples.