PATH数やポイント数に比例して処理が重くなります。ご注意ください。
また、アンチエイリアスを”最速”以外にした場合、実行環境により一定のPATH数を超えたときに急激に負荷が高くなる場合が有るようです。(4Kモニタの場合など)
PATH数が多い場合でモアレを抑えたい場合などはアンチエイリアスで対応せずに、PATHの透明度や太さ、間隔を調整することをお勧めします。
エクスポートしたコードを自サイトでご利用される場合などは、事前に多くのデバイス、環境でテストを実施してください。
ノイズの生成に simplex-noise.js を利用しています。
simplex-noise.js
Copyright (c) 2022 Jonas Wagner, licensed under the MIT License (enclosed)
当サイトの情報や生成されるコード等の妥当性や正確性について保証するものでは無く、 いかなる損害についても責任を負うものではありません。自己責任にてご利用ください。
xepts5@gmail.com
Please be aware that the processing load increases proportionally to the number of PATHs and points.
Additionally, if you set anti-aliasing to anything other than "optimizeSpeed," the load may increase significantly when the number of PATHs exceeds a certain threshold, depending on the execution environment (e.g., on 4K monitors).
If you have many PATHs and wish to reduce moiré, it is recommended to adjust the transparency, thickness, and spacing of the PATHs rather than using anti-aliasing.
If you intend to use the exported code on your website, please conduct thorough testing across a variety of devices and environments beforehand.
simplex-noise.js is used for noise generation.
simplex-noise.js
Copyright (c) 2022 Jonas Wagner, licensed under the MIT License (enclosed)
This site does not guarantee the validity or accuracy of the information and codes generated, and is not responsible for any damages. Please use at your own risk.
xepts5@gmail.com