Skip to content

ddrm86/spigot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spigot algorithm

About

Just some sample code to try Rust with WebAssembly.

  • Displays the next digit of π every two seconds, with a font size change animation based on CSS transitions.
  • Quick and dirty adaptation to Rust of this implementation of Gibbon's spigot algorithm.

Usage

As described in the Rust and WebAssembly tutorial, run

wasm-pack build

inside the root folder, and then

npm install
npm run start

inside the www folder. The application should display on http://localhost:8080/

License

Licensed under either of

at your option.

About

Displays the next digit of π every two seconds, with a font size change animation based on CSS transitions.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors