Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fildon/rust-render


https://github.com/fildon/rust-render

Last synced: about 22 hours ago
JSON representation

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.