Skip to content

ehayes2000/fractal

Repository files navigation

Mandelbrot

A breif exploration of wasm / webgl. Bootstrapped with wasm-pack-template

Getting Started

  1. Install wasm-pack
  2. From the root directory wasm-pack build the rust package
  3. From /www install the rust package with npm i
  4. From /www use npm run start

Known issues

  • Flickering noise on edge of set. This either a result of vertex shader interpolation combined with fragment shader position determination and / or non-linear coloring.

About

No description, website, or topics provided.

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

No packages published