neilbryson / wasm-paint

A simple paint application implemented with Rust and WebAssembly.

Home Page:https://neilbryson.github.io/wasm-paint/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wasm-paint

A simple paint application implemented with Rust and WebAssembly.

https://neilbryson.github.io/wasm-paint/

Requirements

  • Rust
  • Cargo
  • wasm-pack
  • yarn

Set up

# Compile Rust code
sh build.sh

# Install JavaScript dependencies
yarn

Running the application

yarn start

A development server will start at http://localhost:3000.

About

A simple paint application implemented with Rust and WebAssembly.

https://neilbryson.github.io/wasm-paint/

License:MIT License


Languages

Language:Rust 58.3%Language:JavaScript 17.0%Language:TypeScript 14.6%Language:CSS 8.3%Language:HTML 1.4%Language:Shell 0.3%