Skip to content

ItsukiYoshida/colored_Sierpinski_triangle

Repository files navigation

説明

Rust + Webassembryで作成したシェルピンスキーの三角形を描画するソースコードです。 再帰的に作成しており、30行目の関数の最後の引数を調整することで、描画する三角形の数を調整できます。 大体10くらいが限界です。

How to install

npm install

How to run in debug mode

# Builds the project and opens it in a new browser tab. Auto-reloads when the project changes.
npm start

How to build in release mode

# Builds the project and places it into the `dist` folder.
npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published