jasonlong / geo_pattern

Create beautiful generative geometric background images from a string.
http://jasonlong.github.io/geo_pattern/
MIT License
1.25k stars 88 forks source link

Add link to a rust port #64

Closed suyash closed 6 years ago

suyash commented 6 years ago

Implemented a rust crate with a WebAssembly demo using rust's wasm32-unknown-unknown target.

The example is up on https://suy.io/geopattern/. It is basically a reimplementation of a SHA1 example (https://www.hellorust.com/demos/sha1/index.html), but builds geopatterns. Thats where I got the idea.

As a rust newbie, it was a fun weekend project to hack on, thanks for the original one.

jasonlong commented 6 years ago

Awesome, thanks!

jasonlong commented 6 years ago

I’m AFK today and can’t merge this on my phone since the build is failing (unrelated to your changes). I’ll get this merged later today or tomorrow.