Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremylikness/plasmawasmrust
Implementation of plasma effect using WebAssembly compiled from Rust.
https://github.com/jeremylikness/plasmawasmrust
Last synced: about 15 hours ago
JSON representation
Implementation of plasma effect using WebAssembly compiled from Rust.
- Host: GitHub
- URL: https://github.com/jeremylikness/plasmawasmrust
- Owner: JeremyLikness
- License: apache-2.0
- Created: 2019-03-07T01:20:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:10:20.000Z (almost 2 years ago)
- Last Synced: 2023-08-11T03:08:11.032Z (over 1 year ago)
- Language: Rust
- Size: 616 KB
- Stars: 21
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
# Plasma WASM Rust
[![Build Status](https://jeremylikness.visualstudio.com/PlasmaWasmRust/_apis/build/status/JeremyLikness.PlasmaWasmRust?branchName=master)](https://jeremylikness.visualstudio.com/PlasmaWasmRust/_build/latest?definitionId=12&branchName=master)
![Deployment Status](https://jeremylikness.vsrm.visualstudio.com/_apis/public/Release/badge/0761d6ee-ac22-48b2-8a85-d357b62f4a39/1/1)
This is a port of my `Go` implementation of plasma to Rust. It uses `wasm-pack-template`. Inspect the Azure pipelines definition for build details.
👀 [Live Demo](https://jlikme.z13.web.core.windows.net/wasm/PlasmaWasmRust)
For a full walkthrough, read: [Plasma gets Rust-y: Another WebAssembly Experiment](https://blog.jeremylikness.com/plasma-gets-rust-y-another-webassembly-experiment-bde6abf3061c).
> This repository is continuously built and deployed using free Azure Pipelines. If you're interested in how it was setup and configured to build automatically and deploy to low cost Azure Storage Static Websites, read [Deploy WebAssembly from GitHub to Azure Storage Static Websites with Azure Pipelines](https://jlik.me/fzk).