Skip to content
/ valo Public

An étude in Rust, WASM and WebGL

License

Notifications You must be signed in to change notification settings

kriolyth/valo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

valo

An étude in WASM 🕸 flavour of Rust 🦀

About

This is an experiment in making a WebGL graphics application with WASM backend, compiled from Rust code.

Compile

Prerequisites: Rust, wasm-pack, node.js and npm.

  1. Ensure you have wasm target installed:
rustup target add wasm32-unknown-unknown
  1. Build WASM code
wasm-pack build
  1. Download / update npm dependencies
cd www
npm install
  1. Start in dev mode
npm run start
  1. Build complete page
npm run build

Usage

Add two spoonfuls of colour. Stir, enjoy.

Demo

License

Licensed under Apache License, Version 2.0, (LICENSE).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

About

An étude in Rust, WASM and WebGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published