Skip to content

pavelsavara/dotnet-wasm-mandelbrot

Repository files navigation

Port of good old mandelbrot demo

This demo requires SIMD browser support

Original code at: https://github.com/microsoft/dotnet-samples/tree/master/System.Numerics/SIMD/Mandelbrot

With Net7 RC1 or later do:

dotnet workload install wasm-tools
dotnet publish -c Release
dotnet serve --directory bin\Release\net7.0\browser-wasm\AppBundle\

Look at the instructions

dotnet tool install --global wa-info
wa-info -d bin\Release\net7.0\browser-wasm\AppBundle\dotnet.wasm -f RenderMandelbrot

Live demo here https://pavelsavara.github.io/dotnet-wasm-mandelbrot/

About

Dotnet on Wasm mandelbrot demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published