├── 22 ├── README.md ├── art │ └── art.png ├── package.json ├── public │ ├── index.html │ └── p5.min.js ├── src │ └── index.js ├── webpack.config.js └── yarn.lock ├── .gitignore ├── 05_sign ├── README.md ├── art │ └── art.png ├── package.json ├── public │ ├── index.html │ └── p5.min.js ├── src │ ├── imageCapture.js │ └── index.js ├── webpack.config.js └── yarn.lock ├── 06_LLL ├── README.md ├── art │ └── art.png ├── package.json ├── public │ ├── index.html │ └── p5.min.js ├── src │ ├── imageCapture.js │ └── index.js ├── webpack.config.js └── yarn.lock ├── 07_OoOoO ├── README.md ├── art │ └── art.png ├── package.json ├── public │ ├── index.html │ └── p5.min.js ├── src │ ├── imageCapture.js │ └── index.js ├── webpack.config.js └── yarn.lock ├── 08_○三 ├── README.md ├── art │ └── art.png ├── package.json ├── public │ ├── index.html │ └── p5.min.js ├── src │ ├── imageCapture.js │ └── index.js ├── webpack.config.js └── yarn.lock ├── 09_-o-o-o ├── README.md ├── art │ └── art.png ├── package.json ├── public │ ├── index.html │ └── p5.min.js ├── src │ ├── imageCapture.js │ └── index.js ├── webpack.config.js └── yarn.lock ├── 10_□□□□ ├── README.md ├── art │ └── art.png ├── package.json ├── public │ ├── index.html │ └── p5.min.js ├── src │ ├── imageCapture.js │ └── index.js ├── webpack.config.js └── yarn.lock ├── 11_∠∠∠∠ ├── README.md ├── art │ └── art.png ├── package.json ├── public │ ├── index.html │ └── p5.min.js ├── src │ ├── imageCapture.js │ └── index.js ├── webpack.config.js └── yarn.lock ├── 12_◎◎◎◎ ├── README.md ├── art │ └── art.jpg ├── package.json ├── public │ └── index.html ├── src │ ├── index.js │ └── shader │ │ ├── bgFragmentShader.frag │ │ ├── bgVertexShader.vert │ │ ├── fragmentShader.frag │ │ └── vertexShader.vert ├── webpack.config.js └── yarn.lock ├── 13_□◇□◇ ├── README.md ├── art │ └── art.png ├── package.json ├── public │ ├── art.png │ ├── index.html │ └── index.js ├── src │ ├── index.js │ └── shader │ │ ├── bgFragmentShader.frag │ │ ├── bgVertexShader.vert │ │ ├── fragmentShader.frag │ │ └── vertexShader.vert ├── webpack.config.js └── yarn.lock ├── 14_llll ├── README.md ├── art │ └── art.png ├── package.json ├── public │ ├── art.png │ ├── index.html │ └── index.js ├── src │ ├── index.js │ └── shader │ │ ├── fragmentShader.frag │ │ └── vertexShader.vert ├── webpack.config.js └── yarn.lock ├── 15_□lLl ├── README.md ├── art │ └── art.png ├── package.json ├── public │ ├── art.png │ ├── index.html │ └── index.js ├── src │ ├── index.js │ └── shader │ │ ├── fragmentShader.frag │ │ └── vertexShader.vert ├── webpack.config.js └── yarn.lock ├── 16_○(~)◎ ├── README.md ├── art │ ├── art.mp4 │ └── art.png ├── package.json ├── public │ ├── index.html │ └── p5.min.js ├── src │ └── index.js ├── webpack.config.js └── yarn.lock ├── 17_◇◇◇ ├── README.md ├── art │ └── art.png ├── package.json ├── public │ ├── index.html │ └── p5.min.js ├── src │ └── index.js ├── webpack.config.js └── yarn.lock ├── 18_◇◇◇2 ├── README.md ├── art │ └── art.png ├── package.json ├── public │ ├── index.html │ └── p5.min.js ├── src │ └── index.js ├── webpack.config.js └── yarn.lock ├── 19_◎-◇-◎-◇ ├── README.md ├── art │ └── art.png ├── package.json ├── public │ ├── index.html │ └── p5.min.js ├── src │ └── index.js ├── webpack.config.js └── yarn.lock ├── 20_▣▣▣▣ ├── README.md ├── art │ └── art.png ├── package.json ├── public │ ├── index.html │ └── p5.min.js ├── src │ └── index.js ├── webpack.config.js └── yarn.lock ├── 21_▷□⊿○◎ ├── README.md ├── art │ └── art.png ├── package.json ├── public │ ├── index.html │ └── index.js ├── src │ ├── index.js │ └── shader │ │ ├── bgFragmentShader.frag │ │ ├── bgVertexShader.vert │ │ ├── fragmentShader.frag │ │ └── vertexShader.vert ├── webpack.config.js └── yarn.lock ├── 23_2_コンピューターは最高の画家 ├── README.md ├── art │ └── art.png ├── package.json ├── public │ ├── index.html │ └── p5.min.js ├── src │ └── index.js ├── webpack.config.js └── yarn.lock ├── 23_3 ├── README.md ├── art │ └── art.png ├── package.json ├── public │ ├── index.html │ └── p5.min.js ├── src │ └── index.js ├── webpack.config.js └── yarn.lock ├── 23_コんニちワ、世界! ├── README.md ├── art │ └── art.png ├── package.json ├── public │ ├── index.html │ └── p5.min.js ├── src │ └── index.js ├── webpack.config.js └── yarn.lock ├── 24_ recomposition ├── 24_10_🪟 │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_11_🪟 │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_12_🪟 │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── asset │ │ │ └── mac.jpg │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_13_🪟 │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_14_+ │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_15 │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_16 │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_17 │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_18 │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_19 │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_20 │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_21 │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_22 │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_23 │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_24 │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_25 │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_2_○|- │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── bgFragmentShader.frag │ │ │ ├── bgVertexShader.vert │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_3_□... │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── bgFragmentShader.frag │ │ │ ├── bgVertexShader.vert │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_4_|||Ξ │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_5_○○○ │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_6_□ │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_7_🪟 │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_8_🪟 │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 24_9_🪟 │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock └── 24_□▫︎ │ ├── README.md │ ├── art │ └── art.png │ ├── package.json │ ├── public │ ├── index.html │ └── index.js │ ├── src │ ├── index.js │ └── shader │ │ ├── bgFragmentShader.frag │ │ ├── bgVertexShader.vert │ │ ├── fragmentShader.frag │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 25_typography ├── 25_10_buildings │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 25_11_flame │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 25_12_△ │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 25_13_pentagon │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 25_14_fluid │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 25_1_ripple │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ ├── index.js │ │ └── index.js.LICENSE.txt │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 25_2_sea │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ ├── index.js │ │ └── index.js.LICENSE.txt │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 25_3_noise │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ ├── index.js │ │ └── index.js.LICENSE.txt │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 25_4_x │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 25_5_meteor │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 25_6_□ │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 25_7_sun │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 25_8_summer │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── index.js │ ├── src │ │ ├── index.js │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock └── 25_9_midnight_sea │ ├── README.md │ ├── art │ └── art.png │ ├── package.json │ ├── public │ ├── index.html │ └── index.js │ ├── src │ ├── index.js │ └── shader │ │ ├── fragmentShader.frag │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 26_buildings └── 1 │ ├── README.md │ ├── art │ └── art.png │ ├── package.json │ ├── public │ ├── asset │ │ └── flower.jpeg │ ├── index.html │ └── index.js │ ├── src │ ├── index.js │ └── shader │ │ ├── fragmentShader.frag │ │ └── vertexShader.vert │ ├── webpack.config.js │ └── yarn.lock ├── 27_overpainting ├── 1 │ ├── .gitignore │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── asset │ │ │ └── video.mp4 │ │ └── index.html │ ├── src │ │ ├── CustomClock.ts │ │ ├── index.ts │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── rotationVertexShader.vert │ ├── tsconfig.json │ ├── webpack.config.js │ └── yarn.lock ├── 2 │ ├── .gitignore │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── asset │ │ │ ├── computer.png │ │ │ └── video.mp4 │ │ └── index.html │ ├── src │ │ ├── CustomClock.ts │ │ ├── index.ts │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── rotationVertexShader.vert │ ├── tsconfig.json │ ├── webpack.config.js │ └── yarn.lock ├── 3 │ ├── .gitignore │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── asset │ │ │ └── video.mp4 │ │ └── index.html │ ├── src │ │ ├── CustomClock.ts │ │ ├── index.ts │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── rotationVertexShader.vert │ ├── tsconfig.json │ ├── webpack.config.js │ └── yarn.lock ├── 4 │ ├── .gitignore │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ ├── asset │ │ │ └── video.mp4 │ │ └── index.html │ ├── src │ │ ├── CustomClock.ts │ │ ├── index.ts │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── rotationVertexShader.vert │ ├── tsconfig.json │ ├── webpack.config.js │ └── yarn.lock ├── 5 │ ├── .gitignore │ ├── README.md │ ├── art │ │ └── art.png │ ├── package.json │ ├── public │ │ └── index.html │ ├── src │ │ ├── CustomClock.ts │ │ ├── index.ts │ │ └── shader │ │ │ ├── fragmentShader.frag │ │ │ └── rotationVertexShader.vert │ ├── tsconfig.json │ ├── webpack.config.js │ └── yarn.lock └── 6 │ ├── .gitignore │ ├── README.md │ ├── art │ └── art.png │ ├── package.json │ ├── public │ └── index.html │ ├── src │ ├── CustomClock.ts │ ├── index.ts │ └── shader │ │ ├── fragmentShader.frag │ │ └── rotationVertexShader.vert │ ├── tsconfig.json │ ├── webpack.config.js │ └── yarn.lock └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/.gitignore -------------------------------------------------------------------------------- /05_sign/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/05_sign/README.md -------------------------------------------------------------------------------- /05_sign/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/05_sign/art/art.png -------------------------------------------------------------------------------- /05_sign/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/05_sign/package.json -------------------------------------------------------------------------------- /05_sign/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/05_sign/public/index.html -------------------------------------------------------------------------------- /05_sign/public/p5.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/05_sign/public/p5.min.js -------------------------------------------------------------------------------- /05_sign/src/imageCapture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/05_sign/src/imageCapture.js -------------------------------------------------------------------------------- /05_sign/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/05_sign/src/index.js -------------------------------------------------------------------------------- /05_sign/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/05_sign/webpack.config.js -------------------------------------------------------------------------------- /05_sign/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/05_sign/yarn.lock -------------------------------------------------------------------------------- /06_LLL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/06_LLL/README.md -------------------------------------------------------------------------------- /06_LLL/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/06_LLL/art/art.png -------------------------------------------------------------------------------- /06_LLL/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/06_LLL/package.json -------------------------------------------------------------------------------- /06_LLL/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/06_LLL/public/index.html -------------------------------------------------------------------------------- /06_LLL/public/p5.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/06_LLL/public/p5.min.js -------------------------------------------------------------------------------- /06_LLL/src/imageCapture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/06_LLL/src/imageCapture.js -------------------------------------------------------------------------------- /06_LLL/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/06_LLL/src/index.js -------------------------------------------------------------------------------- /06_LLL/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/06_LLL/webpack.config.js -------------------------------------------------------------------------------- /06_LLL/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/06_LLL/yarn.lock -------------------------------------------------------------------------------- /07_OoOoO/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/07_OoOoO/README.md -------------------------------------------------------------------------------- /07_OoOoO/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/07_OoOoO/art/art.png -------------------------------------------------------------------------------- /07_OoOoO/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/07_OoOoO/package.json -------------------------------------------------------------------------------- /07_OoOoO/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/07_OoOoO/public/index.html -------------------------------------------------------------------------------- /07_OoOoO/public/p5.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/07_OoOoO/public/p5.min.js -------------------------------------------------------------------------------- /07_OoOoO/src/imageCapture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/07_OoOoO/src/imageCapture.js -------------------------------------------------------------------------------- /07_OoOoO/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/07_OoOoO/src/index.js -------------------------------------------------------------------------------- /07_OoOoO/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/07_OoOoO/webpack.config.js -------------------------------------------------------------------------------- /07_OoOoO/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/07_OoOoO/yarn.lock -------------------------------------------------------------------------------- /08_○三/README.md: -------------------------------------------------------------------------------- 1 | # 08_○三 2 | ![](./art/art.png) -------------------------------------------------------------------------------- /08_○三/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/08_○三/art/art.png -------------------------------------------------------------------------------- /08_○三/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/08_○三/package.json -------------------------------------------------------------------------------- /08_○三/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/08_○三/public/index.html -------------------------------------------------------------------------------- /08_○三/public/p5.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/08_○三/public/p5.min.js -------------------------------------------------------------------------------- /08_○三/src/imageCapture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/08_○三/src/imageCapture.js -------------------------------------------------------------------------------- /08_○三/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/08_○三/src/index.js -------------------------------------------------------------------------------- /08_○三/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/08_○三/webpack.config.js -------------------------------------------------------------------------------- /08_○三/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/08_○三/yarn.lock -------------------------------------------------------------------------------- /09_-o-o-o/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/09_-o-o-o/README.md -------------------------------------------------------------------------------- /09_-o-o-o/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/09_-o-o-o/art/art.png -------------------------------------------------------------------------------- /09_-o-o-o/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/09_-o-o-o/package.json -------------------------------------------------------------------------------- /09_-o-o-o/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/09_-o-o-o/public/index.html -------------------------------------------------------------------------------- /09_-o-o-o/public/p5.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/09_-o-o-o/public/p5.min.js -------------------------------------------------------------------------------- /09_-o-o-o/src/imageCapture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/09_-o-o-o/src/imageCapture.js -------------------------------------------------------------------------------- /09_-o-o-o/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/09_-o-o-o/src/index.js -------------------------------------------------------------------------------- /09_-o-o-o/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/09_-o-o-o/webpack.config.js -------------------------------------------------------------------------------- /09_-o-o-o/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/09_-o-o-o/yarn.lock -------------------------------------------------------------------------------- /10_□□□□/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/10_□□□□/README.md -------------------------------------------------------------------------------- /10_□□□□/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/10_□□□□/art/art.png -------------------------------------------------------------------------------- /10_□□□□/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/10_□□□□/package.json -------------------------------------------------------------------------------- /10_□□□□/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/10_□□□□/public/index.html -------------------------------------------------------------------------------- /10_□□□□/public/p5.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/10_□□□□/public/p5.min.js -------------------------------------------------------------------------------- /10_□□□□/src/imageCapture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/10_□□□□/src/imageCapture.js -------------------------------------------------------------------------------- /10_□□□□/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/10_□□□□/src/index.js -------------------------------------------------------------------------------- /10_□□□□/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/10_□□□□/webpack.config.js -------------------------------------------------------------------------------- /10_□□□□/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/10_□□□□/yarn.lock -------------------------------------------------------------------------------- /11_∠∠∠∠/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/11_∠∠∠∠/README.md -------------------------------------------------------------------------------- /11_∠∠∠∠/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/11_∠∠∠∠/art/art.png -------------------------------------------------------------------------------- /11_∠∠∠∠/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/11_∠∠∠∠/package.json -------------------------------------------------------------------------------- /11_∠∠∠∠/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/11_∠∠∠∠/public/index.html -------------------------------------------------------------------------------- /11_∠∠∠∠/public/p5.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/11_∠∠∠∠/public/p5.min.js -------------------------------------------------------------------------------- /11_∠∠∠∠/src/imageCapture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/11_∠∠∠∠/src/imageCapture.js -------------------------------------------------------------------------------- /11_∠∠∠∠/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/11_∠∠∠∠/src/index.js -------------------------------------------------------------------------------- /11_∠∠∠∠/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/11_∠∠∠∠/webpack.config.js -------------------------------------------------------------------------------- /11_∠∠∠∠/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/11_∠∠∠∠/yarn.lock -------------------------------------------------------------------------------- /12_◎◎◎◎/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/12_◎◎◎◎/README.md -------------------------------------------------------------------------------- /12_◎◎◎◎/art/art.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/12_◎◎◎◎/art/art.jpg -------------------------------------------------------------------------------- /12_◎◎◎◎/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/12_◎◎◎◎/package.json -------------------------------------------------------------------------------- /12_◎◎◎◎/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/12_◎◎◎◎/public/index.html -------------------------------------------------------------------------------- /12_◎◎◎◎/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/12_◎◎◎◎/src/index.js -------------------------------------------------------------------------------- /12_◎◎◎◎/src/shader/bgFragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/12_◎◎◎◎/src/shader/bgFragmentShader.frag -------------------------------------------------------------------------------- /12_◎◎◎◎/src/shader/bgVertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/12_◎◎◎◎/src/shader/bgVertexShader.vert -------------------------------------------------------------------------------- /12_◎◎◎◎/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/12_◎◎◎◎/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /12_◎◎◎◎/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/12_◎◎◎◎/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /12_◎◎◎◎/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/12_◎◎◎◎/webpack.config.js -------------------------------------------------------------------------------- /12_◎◎◎◎/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/12_◎◎◎◎/yarn.lock -------------------------------------------------------------------------------- /13_□◇□◇/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/13_□◇□◇/README.md -------------------------------------------------------------------------------- /13_□◇□◇/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/13_□◇□◇/art/art.png -------------------------------------------------------------------------------- /13_□◇□◇/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/13_□◇□◇/package.json -------------------------------------------------------------------------------- /13_□◇□◇/public/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/13_□◇□◇/public/art.png -------------------------------------------------------------------------------- /13_□◇□◇/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/13_□◇□◇/public/index.html -------------------------------------------------------------------------------- /13_□◇□◇/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/13_□◇□◇/public/index.js -------------------------------------------------------------------------------- /13_□◇□◇/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/13_□◇□◇/src/index.js -------------------------------------------------------------------------------- /13_□◇□◇/src/shader/bgFragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/13_□◇□◇/src/shader/bgFragmentShader.frag -------------------------------------------------------------------------------- /13_□◇□◇/src/shader/bgVertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/13_□◇□◇/src/shader/bgVertexShader.vert -------------------------------------------------------------------------------- /13_□◇□◇/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/13_□◇□◇/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /13_□◇□◇/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/13_□◇□◇/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /13_□◇□◇/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/13_□◇□◇/webpack.config.js -------------------------------------------------------------------------------- /13_□◇□◇/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/13_□◇□◇/yarn.lock -------------------------------------------------------------------------------- /14_llll/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/14_llll/README.md -------------------------------------------------------------------------------- /14_llll/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/14_llll/art/art.png -------------------------------------------------------------------------------- /14_llll/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/14_llll/package.json -------------------------------------------------------------------------------- /14_llll/public/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/14_llll/public/art.png -------------------------------------------------------------------------------- /14_llll/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/14_llll/public/index.html -------------------------------------------------------------------------------- /14_llll/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/14_llll/public/index.js -------------------------------------------------------------------------------- /14_llll/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/14_llll/src/index.js -------------------------------------------------------------------------------- /14_llll/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/14_llll/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /14_llll/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/14_llll/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /14_llll/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/14_llll/webpack.config.js -------------------------------------------------------------------------------- /14_llll/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/14_llll/yarn.lock -------------------------------------------------------------------------------- /15_□lLl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/15_□lLl/README.md -------------------------------------------------------------------------------- /15_□lLl/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/15_□lLl/art/art.png -------------------------------------------------------------------------------- /15_□lLl/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/15_□lLl/package.json -------------------------------------------------------------------------------- /15_□lLl/public/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/15_□lLl/public/art.png -------------------------------------------------------------------------------- /15_□lLl/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/15_□lLl/public/index.html -------------------------------------------------------------------------------- /15_□lLl/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/15_□lLl/public/index.js -------------------------------------------------------------------------------- /15_□lLl/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/15_□lLl/src/index.js -------------------------------------------------------------------------------- /15_□lLl/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/15_□lLl/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /15_□lLl/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/15_□lLl/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /15_□lLl/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/15_□lLl/webpack.config.js -------------------------------------------------------------------------------- /15_□lLl/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/15_□lLl/yarn.lock -------------------------------------------------------------------------------- /16_○(~)◎/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/16_○(~)◎/README.md -------------------------------------------------------------------------------- /16_○(~)◎/art/art.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/16_○(~)◎/art/art.mp4 -------------------------------------------------------------------------------- /16_○(~)◎/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/16_○(~)◎/art/art.png -------------------------------------------------------------------------------- /16_○(~)◎/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/16_○(~)◎/package.json -------------------------------------------------------------------------------- /16_○(~)◎/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/16_○(~)◎/public/index.html -------------------------------------------------------------------------------- /16_○(~)◎/public/p5.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/16_○(~)◎/public/p5.min.js -------------------------------------------------------------------------------- /16_○(~)◎/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/16_○(~)◎/src/index.js -------------------------------------------------------------------------------- /16_○(~)◎/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/16_○(~)◎/webpack.config.js -------------------------------------------------------------------------------- /16_○(~)◎/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/16_○(~)◎/yarn.lock -------------------------------------------------------------------------------- /17_◇◇◇/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/17_◇◇◇/README.md -------------------------------------------------------------------------------- /17_◇◇◇/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/17_◇◇◇/art/art.png -------------------------------------------------------------------------------- /17_◇◇◇/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/17_◇◇◇/package.json -------------------------------------------------------------------------------- /17_◇◇◇/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/17_◇◇◇/public/index.html -------------------------------------------------------------------------------- /17_◇◇◇/public/p5.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/17_◇◇◇/public/p5.min.js -------------------------------------------------------------------------------- /17_◇◇◇/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/17_◇◇◇/src/index.js -------------------------------------------------------------------------------- /17_◇◇◇/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/17_◇◇◇/webpack.config.js -------------------------------------------------------------------------------- /17_◇◇◇/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/17_◇◇◇/yarn.lock -------------------------------------------------------------------------------- /18_◇◇◇2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/18_◇◇◇2/README.md -------------------------------------------------------------------------------- /18_◇◇◇2/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/18_◇◇◇2/art/art.png -------------------------------------------------------------------------------- /18_◇◇◇2/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/18_◇◇◇2/package.json -------------------------------------------------------------------------------- /18_◇◇◇2/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/18_◇◇◇2/public/index.html -------------------------------------------------------------------------------- /18_◇◇◇2/public/p5.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/18_◇◇◇2/public/p5.min.js -------------------------------------------------------------------------------- /18_◇◇◇2/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/18_◇◇◇2/src/index.js -------------------------------------------------------------------------------- /18_◇◇◇2/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/18_◇◇◇2/webpack.config.js -------------------------------------------------------------------------------- /18_◇◇◇2/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/18_◇◇◇2/yarn.lock -------------------------------------------------------------------------------- /19_◎-◇-◎-◇/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/19_◎-◇-◎-◇/README.md -------------------------------------------------------------------------------- /19_◎-◇-◎-◇/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/19_◎-◇-◎-◇/art/art.png -------------------------------------------------------------------------------- /19_◎-◇-◎-◇/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/19_◎-◇-◎-◇/package.json -------------------------------------------------------------------------------- /19_◎-◇-◎-◇/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/19_◎-◇-◎-◇/public/index.html -------------------------------------------------------------------------------- /19_◎-◇-◎-◇/public/p5.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/19_◎-◇-◎-◇/public/p5.min.js -------------------------------------------------------------------------------- /19_◎-◇-◎-◇/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/19_◎-◇-◎-◇/src/index.js -------------------------------------------------------------------------------- /19_◎-◇-◎-◇/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/19_◎-◇-◎-◇/webpack.config.js -------------------------------------------------------------------------------- /19_◎-◇-◎-◇/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/19_◎-◇-◎-◇/yarn.lock -------------------------------------------------------------------------------- /20_▣▣▣▣/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/20_▣▣▣▣/README.md -------------------------------------------------------------------------------- /20_▣▣▣▣/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/20_▣▣▣▣/art/art.png -------------------------------------------------------------------------------- /20_▣▣▣▣/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/20_▣▣▣▣/package.json -------------------------------------------------------------------------------- /20_▣▣▣▣/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/20_▣▣▣▣/public/index.html -------------------------------------------------------------------------------- /20_▣▣▣▣/public/p5.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/20_▣▣▣▣/public/p5.min.js -------------------------------------------------------------------------------- /20_▣▣▣▣/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/20_▣▣▣▣/src/index.js -------------------------------------------------------------------------------- /20_▣▣▣▣/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/20_▣▣▣▣/webpack.config.js -------------------------------------------------------------------------------- /20_▣▣▣▣/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/20_▣▣▣▣/yarn.lock -------------------------------------------------------------------------------- /21_▷□⊿○◎/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/21_▷□⊿○◎/README.md -------------------------------------------------------------------------------- /21_▷□⊿○◎/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/21_▷□⊿○◎/art/art.png -------------------------------------------------------------------------------- /21_▷□⊿○◎/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/21_▷□⊿○◎/package.json -------------------------------------------------------------------------------- /21_▷□⊿○◎/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/21_▷□⊿○◎/public/index.html -------------------------------------------------------------------------------- /21_▷□⊿○◎/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/21_▷□⊿○◎/public/index.js -------------------------------------------------------------------------------- /21_▷□⊿○◎/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/21_▷□⊿○◎/src/index.js -------------------------------------------------------------------------------- /21_▷□⊿○◎/src/shader/bgFragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/21_▷□⊿○◎/src/shader/bgFragmentShader.frag -------------------------------------------------------------------------------- /21_▷□⊿○◎/src/shader/bgVertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/21_▷□⊿○◎/src/shader/bgVertexShader.vert -------------------------------------------------------------------------------- /21_▷□⊿○◎/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/21_▷□⊿○◎/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /21_▷□⊿○◎/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/21_▷□⊿○◎/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /21_▷□⊿○◎/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/21_▷□⊿○◎/webpack.config.js -------------------------------------------------------------------------------- /21_▷□⊿○◎/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/21_▷□⊿○◎/yarn.lock -------------------------------------------------------------------------------- /22/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/22/README.md -------------------------------------------------------------------------------- /22/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/22/art/art.png -------------------------------------------------------------------------------- /22/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/22/package.json -------------------------------------------------------------------------------- /22/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/22/public/index.html -------------------------------------------------------------------------------- /22/public/p5.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/22/public/p5.min.js -------------------------------------------------------------------------------- /22/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/22/src/index.js -------------------------------------------------------------------------------- /22/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/22/webpack.config.js -------------------------------------------------------------------------------- /22/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/22/yarn.lock -------------------------------------------------------------------------------- /23_2_コンピューターは最高の画家/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_2_コンピューターは最高の画家/README.md -------------------------------------------------------------------------------- /23_2_コンピューターは最高の画家/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_2_コンピューターは最高の画家/art/art.png -------------------------------------------------------------------------------- /23_2_コンピューターは最高の画家/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_2_コンピューターは最高の画家/package.json -------------------------------------------------------------------------------- /23_2_コンピューターは最高の画家/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_2_コンピューターは最高の画家/public/index.html -------------------------------------------------------------------------------- /23_2_コンピューターは最高の画家/public/p5.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_2_コンピューターは最高の画家/public/p5.min.js -------------------------------------------------------------------------------- /23_2_コンピューターは最高の画家/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_2_コンピューターは最高の画家/src/index.js -------------------------------------------------------------------------------- /23_2_コンピューターは最高の画家/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_2_コンピューターは最高の画家/webpack.config.js -------------------------------------------------------------------------------- /23_2_コンピューターは最高の画家/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_2_コンピューターは最高の画家/yarn.lock -------------------------------------------------------------------------------- /23_3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_3/README.md -------------------------------------------------------------------------------- /23_3/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_3/art/art.png -------------------------------------------------------------------------------- /23_3/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_3/package.json -------------------------------------------------------------------------------- /23_3/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_3/public/index.html -------------------------------------------------------------------------------- /23_3/public/p5.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_3/public/p5.min.js -------------------------------------------------------------------------------- /23_3/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_3/src/index.js -------------------------------------------------------------------------------- /23_3/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_3/webpack.config.js -------------------------------------------------------------------------------- /23_3/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_3/yarn.lock -------------------------------------------------------------------------------- /23_コんニちワ、世界!/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_コんニちワ、世界!/README.md -------------------------------------------------------------------------------- /23_コんニちワ、世界!/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_コんニちワ、世界!/art/art.png -------------------------------------------------------------------------------- /23_コんニちワ、世界!/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_コんニちワ、世界!/package.json -------------------------------------------------------------------------------- /23_コんニちワ、世界!/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_コんニちワ、世界!/public/index.html -------------------------------------------------------------------------------- /23_コんニちワ、世界!/public/p5.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_コんニちワ、世界!/public/p5.min.js -------------------------------------------------------------------------------- /23_コんニちワ、世界!/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_コんニちワ、世界!/src/index.js -------------------------------------------------------------------------------- /23_コんニちワ、世界!/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_コんニちワ、世界!/webpack.config.js -------------------------------------------------------------------------------- /23_コんニちワ、世界!/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/23_コんニちワ、世界!/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_10_🪟/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_10_🪟/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_10_🪟/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_10_🪟/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_10_🪟/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_10_🪟/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_10_🪟/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_10_🪟/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_10_🪟/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_10_🪟/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_10_🪟/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_10_🪟/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_10_🪟/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_10_🪟/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_10_🪟/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_10_🪟/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_10_🪟/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_10_🪟/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_10_🪟/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_10_🪟/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_11_🪟/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_11_🪟/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_11_🪟/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_11_🪟/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_11_🪟/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_11_🪟/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_11_🪟/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_11_🪟/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_11_🪟/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_11_🪟/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_11_🪟/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_11_🪟/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_11_🪟/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_11_🪟/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_11_🪟/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_11_🪟/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_11_🪟/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_11_🪟/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_11_🪟/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_11_🪟/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_12_🪟/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_12_🪟/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_12_🪟/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_12_🪟/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_12_🪟/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_12_🪟/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_12_🪟/public/asset/mac.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_12_🪟/public/asset/mac.jpg -------------------------------------------------------------------------------- /24_ recomposition/24_12_🪟/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_12_🪟/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_12_🪟/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_12_🪟/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_12_🪟/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_12_🪟/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_12_🪟/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_12_🪟/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_12_🪟/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_12_🪟/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_12_🪟/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_12_🪟/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_12_🪟/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_12_🪟/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_13_🪟/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_13_🪟/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_13_🪟/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_13_🪟/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_13_🪟/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_13_🪟/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_13_🪟/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_13_🪟/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_13_🪟/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_13_🪟/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_13_🪟/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_13_🪟/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_13_🪟/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_13_🪟/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_13_🪟/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_13_🪟/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_13_🪟/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_13_🪟/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_13_🪟/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_13_🪟/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_14_+/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_14_+/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_14_+/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_14_+/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_14_+/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_14_+/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_14_+/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_14_+/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_14_+/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_14_+/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_14_+/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_14_+/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_14_+/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_14_+/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_14_+/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_14_+/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_14_+/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_14_+/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_14_+/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_14_+/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_15/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_15/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_15/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_15/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_15/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_15/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_15/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_15/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_15/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_15/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_15/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_15/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_15/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_15/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_15/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_15/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_15/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_15/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_15/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_15/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_16/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_16/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_16/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_16/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_16/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_16/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_16/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_16/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_16/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_16/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_16/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_16/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_16/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_16/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_16/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_16/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_16/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_16/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_16/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_16/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_17/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_17/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_17/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_17/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_17/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_17/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_17/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_17/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_17/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_17/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_17/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_17/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_17/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_17/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_17/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_17/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_17/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_17/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_17/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_17/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_18/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_18/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_18/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_18/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_18/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_18/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_18/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_18/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_18/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_18/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_18/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_18/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_18/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_18/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_18/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_18/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_18/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_18/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_18/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_18/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_19/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_19/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_19/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_19/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_19/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_19/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_19/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_19/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_19/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_19/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_19/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_19/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_19/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_19/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_19/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_19/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_19/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_19/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_19/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_19/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_20/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_20/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_20/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_20/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_20/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_20/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_20/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_20/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_20/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_20/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_20/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_20/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_20/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_20/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_20/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_20/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_20/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_20/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_20/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_20/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_21/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_21/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_21/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_21/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_21/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_21/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_21/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_21/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_21/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_21/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_21/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_21/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_21/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_21/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_21/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_21/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_21/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_21/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_21/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_21/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_22/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_22/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_22/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_22/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_22/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_22/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_22/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_22/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_22/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_22/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_22/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_22/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_22/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_22/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_22/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_22/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_22/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_22/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_22/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_22/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_23/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_23/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_23/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_23/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_23/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_23/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_23/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_23/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_23/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_23/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_23/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_23/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_23/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_23/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_23/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_23/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_23/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_23/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_23/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_23/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_24/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_24/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_24/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_24/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_24/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_24/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_24/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_24/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_24/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_24/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_24/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_24/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_24/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_24/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_24/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_24/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_24/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_24/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_24/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_24/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_25/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_25/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_25/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_25/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_25/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_25/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_25/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_25/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_25/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_25/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_25/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_25/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_25/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_25/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_25/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_25/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_25/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_25/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_25/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_25/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_2_○|-/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_2_○|-/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_2_○|-/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_2_○|-/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_2_○|-/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_2_○|-/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_2_○|-/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_2_○|-/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_2_○|-/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_2_○|-/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_2_○|-/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_2_○|-/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_2_○|-/src/shader/bgFragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_2_○|-/src/shader/bgFragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_2_○|-/src/shader/bgVertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_2_○|-/src/shader/bgVertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_2_○|-/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_2_○|-/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_2_○|-/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_2_○|-/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_2_○|-/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_2_○|-/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_2_○|-/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_2_○|-/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_3_□.../README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_3_□.../README.md -------------------------------------------------------------------------------- /24_ recomposition/24_3_□.../art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_3_□.../art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_3_□.../package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_3_□.../package.json -------------------------------------------------------------------------------- /24_ recomposition/24_3_□.../public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_3_□.../public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_3_□.../public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_3_□.../public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_3_□.../src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_3_□.../src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_3_□.../src/shader/bgFragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_3_□.../src/shader/bgFragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_3_□.../src/shader/bgVertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_3_□.../src/shader/bgVertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_3_□.../src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_3_□.../src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_3_□.../src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_3_□.../src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_3_□.../webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_3_□.../webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_3_□.../yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_3_□.../yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_4_|||Ξ/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_4_|||Ξ/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_4_|||Ξ/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_4_|||Ξ/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_4_|||Ξ/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_4_|||Ξ/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_4_|||Ξ/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_4_|||Ξ/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_4_|||Ξ/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_4_|||Ξ/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_4_|||Ξ/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_4_|||Ξ/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_4_|||Ξ/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_4_|||Ξ/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_4_|||Ξ/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_4_|||Ξ/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_4_|||Ξ/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_4_|||Ξ/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_4_|||Ξ/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_4_|||Ξ/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_5_○○○/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_5_○○○/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_5_○○○/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_5_○○○/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_5_○○○/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_5_○○○/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_5_○○○/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_5_○○○/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_5_○○○/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_5_○○○/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_5_○○○/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_5_○○○/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_5_○○○/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_5_○○○/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_5_○○○/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_5_○○○/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_5_○○○/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_5_○○○/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_5_○○○/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_5_○○○/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_6_□/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_6_□/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_6_□/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_6_□/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_6_□/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_6_□/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_6_□/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_6_□/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_6_□/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_6_□/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_6_□/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_6_□/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_6_□/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_6_□/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_6_□/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_6_□/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_6_□/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_6_□/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_6_□/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_6_□/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_7_🪟/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_7_🪟/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_7_🪟/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_7_🪟/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_7_🪟/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_7_🪟/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_7_🪟/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_7_🪟/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_7_🪟/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_7_🪟/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_7_🪟/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_7_🪟/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_7_🪟/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_7_🪟/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_7_🪟/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_7_🪟/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_7_🪟/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_7_🪟/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_7_🪟/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_7_🪟/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_8_🪟/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_8_🪟/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_8_🪟/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_8_🪟/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_8_🪟/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_8_🪟/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_8_🪟/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_8_🪟/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_8_🪟/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_8_🪟/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_8_🪟/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_8_🪟/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_8_🪟/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_8_🪟/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_8_🪟/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_8_🪟/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_8_🪟/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_8_🪟/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_8_🪟/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_8_🪟/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_9_🪟/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_9_🪟/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_9_🪟/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_9_🪟/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_9_🪟/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_9_🪟/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_9_🪟/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_9_🪟/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_9_🪟/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_9_🪟/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_9_🪟/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_9_🪟/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_9_🪟/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_9_🪟/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_9_🪟/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_9_🪟/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_9_🪟/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_9_🪟/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_9_🪟/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_9_🪟/yarn.lock -------------------------------------------------------------------------------- /24_ recomposition/24_□▫︎/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_□▫︎/README.md -------------------------------------------------------------------------------- /24_ recomposition/24_□▫︎/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_□▫︎/art/art.png -------------------------------------------------------------------------------- /24_ recomposition/24_□▫︎/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_□▫︎/package.json -------------------------------------------------------------------------------- /24_ recomposition/24_□▫︎/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_□▫︎/public/index.html -------------------------------------------------------------------------------- /24_ recomposition/24_□▫︎/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_□▫︎/public/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_□▫︎/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_□▫︎/src/index.js -------------------------------------------------------------------------------- /24_ recomposition/24_□▫︎/src/shader/bgFragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_□▫︎/src/shader/bgFragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_□▫︎/src/shader/bgVertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_□▫︎/src/shader/bgVertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_□▫︎/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_□▫︎/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /24_ recomposition/24_□▫︎/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_□▫︎/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /24_ recomposition/24_□▫︎/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_□▫︎/webpack.config.js -------------------------------------------------------------------------------- /24_ recomposition/24_□▫︎/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/24_ recomposition/24_□▫︎/yarn.lock -------------------------------------------------------------------------------- /25_typography/25_10_buildings/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_10_buildings/README.md -------------------------------------------------------------------------------- /25_typography/25_10_buildings/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_10_buildings/art/art.png -------------------------------------------------------------------------------- /25_typography/25_10_buildings/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_10_buildings/package.json -------------------------------------------------------------------------------- /25_typography/25_10_buildings/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_10_buildings/public/index.html -------------------------------------------------------------------------------- /25_typography/25_10_buildings/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_10_buildings/public/index.js -------------------------------------------------------------------------------- /25_typography/25_10_buildings/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_10_buildings/src/index.js -------------------------------------------------------------------------------- /25_typography/25_10_buildings/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_10_buildings/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /25_typography/25_10_buildings/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_10_buildings/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /25_typography/25_10_buildings/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_10_buildings/webpack.config.js -------------------------------------------------------------------------------- /25_typography/25_10_buildings/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_10_buildings/yarn.lock -------------------------------------------------------------------------------- /25_typography/25_11_flame/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_11_flame/README.md -------------------------------------------------------------------------------- /25_typography/25_11_flame/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_11_flame/art/art.png -------------------------------------------------------------------------------- /25_typography/25_11_flame/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_11_flame/package.json -------------------------------------------------------------------------------- /25_typography/25_11_flame/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_11_flame/public/index.html -------------------------------------------------------------------------------- /25_typography/25_11_flame/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_11_flame/public/index.js -------------------------------------------------------------------------------- /25_typography/25_11_flame/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_11_flame/src/index.js -------------------------------------------------------------------------------- /25_typography/25_11_flame/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_11_flame/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /25_typography/25_11_flame/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_11_flame/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /25_typography/25_11_flame/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_11_flame/webpack.config.js -------------------------------------------------------------------------------- /25_typography/25_11_flame/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_11_flame/yarn.lock -------------------------------------------------------------------------------- /25_typography/25_12_△/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_12_△/README.md -------------------------------------------------------------------------------- /25_typography/25_12_△/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_12_△/art/art.png -------------------------------------------------------------------------------- /25_typography/25_12_△/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_12_△/package.json -------------------------------------------------------------------------------- /25_typography/25_12_△/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_12_△/public/index.html -------------------------------------------------------------------------------- /25_typography/25_12_△/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_12_△/public/index.js -------------------------------------------------------------------------------- /25_typography/25_12_△/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_12_△/src/index.js -------------------------------------------------------------------------------- /25_typography/25_12_△/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_12_△/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /25_typography/25_12_△/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_12_△/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /25_typography/25_12_△/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_12_△/webpack.config.js -------------------------------------------------------------------------------- /25_typography/25_12_△/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_12_△/yarn.lock -------------------------------------------------------------------------------- /25_typography/25_13_pentagon/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_13_pentagon/README.md -------------------------------------------------------------------------------- /25_typography/25_13_pentagon/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_13_pentagon/art/art.png -------------------------------------------------------------------------------- /25_typography/25_13_pentagon/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_13_pentagon/package.json -------------------------------------------------------------------------------- /25_typography/25_13_pentagon/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_13_pentagon/public/index.html -------------------------------------------------------------------------------- /25_typography/25_13_pentagon/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_13_pentagon/public/index.js -------------------------------------------------------------------------------- /25_typography/25_13_pentagon/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_13_pentagon/src/index.js -------------------------------------------------------------------------------- /25_typography/25_13_pentagon/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_13_pentagon/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /25_typography/25_13_pentagon/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_13_pentagon/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /25_typography/25_13_pentagon/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_13_pentagon/webpack.config.js -------------------------------------------------------------------------------- /25_typography/25_13_pentagon/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_13_pentagon/yarn.lock -------------------------------------------------------------------------------- /25_typography/25_14_fluid/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_14_fluid/README.md -------------------------------------------------------------------------------- /25_typography/25_14_fluid/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_14_fluid/art/art.png -------------------------------------------------------------------------------- /25_typography/25_14_fluid/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_14_fluid/package.json -------------------------------------------------------------------------------- /25_typography/25_14_fluid/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_14_fluid/public/index.html -------------------------------------------------------------------------------- /25_typography/25_14_fluid/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_14_fluid/public/index.js -------------------------------------------------------------------------------- /25_typography/25_14_fluid/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_14_fluid/src/index.js -------------------------------------------------------------------------------- /25_typography/25_14_fluid/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_14_fluid/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /25_typography/25_14_fluid/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_14_fluid/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /25_typography/25_14_fluid/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_14_fluid/webpack.config.js -------------------------------------------------------------------------------- /25_typography/25_14_fluid/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_14_fluid/yarn.lock -------------------------------------------------------------------------------- /25_typography/25_1_ripple/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_1_ripple/README.md -------------------------------------------------------------------------------- /25_typography/25_1_ripple/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_1_ripple/art/art.png -------------------------------------------------------------------------------- /25_typography/25_1_ripple/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_1_ripple/package.json -------------------------------------------------------------------------------- /25_typography/25_1_ripple/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_1_ripple/public/index.html -------------------------------------------------------------------------------- /25_typography/25_1_ripple/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_1_ripple/public/index.js -------------------------------------------------------------------------------- /25_typography/25_1_ripple/public/index.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_1_ripple/public/index.js.LICENSE.txt -------------------------------------------------------------------------------- /25_typography/25_1_ripple/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_1_ripple/src/index.js -------------------------------------------------------------------------------- /25_typography/25_1_ripple/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_1_ripple/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /25_typography/25_1_ripple/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_1_ripple/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /25_typography/25_1_ripple/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_1_ripple/webpack.config.js -------------------------------------------------------------------------------- /25_typography/25_1_ripple/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_1_ripple/yarn.lock -------------------------------------------------------------------------------- /25_typography/25_2_sea/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_2_sea/README.md -------------------------------------------------------------------------------- /25_typography/25_2_sea/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_2_sea/art/art.png -------------------------------------------------------------------------------- /25_typography/25_2_sea/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_2_sea/package.json -------------------------------------------------------------------------------- /25_typography/25_2_sea/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_2_sea/public/index.html -------------------------------------------------------------------------------- /25_typography/25_2_sea/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_2_sea/public/index.js -------------------------------------------------------------------------------- /25_typography/25_2_sea/public/index.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_2_sea/public/index.js.LICENSE.txt -------------------------------------------------------------------------------- /25_typography/25_2_sea/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_2_sea/src/index.js -------------------------------------------------------------------------------- /25_typography/25_2_sea/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_2_sea/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /25_typography/25_2_sea/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_2_sea/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /25_typography/25_2_sea/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_2_sea/webpack.config.js -------------------------------------------------------------------------------- /25_typography/25_2_sea/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_2_sea/yarn.lock -------------------------------------------------------------------------------- /25_typography/25_3_noise/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_3_noise/README.md -------------------------------------------------------------------------------- /25_typography/25_3_noise/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_3_noise/art/art.png -------------------------------------------------------------------------------- /25_typography/25_3_noise/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_3_noise/package.json -------------------------------------------------------------------------------- /25_typography/25_3_noise/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_3_noise/public/index.html -------------------------------------------------------------------------------- /25_typography/25_3_noise/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_3_noise/public/index.js -------------------------------------------------------------------------------- /25_typography/25_3_noise/public/index.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_3_noise/public/index.js.LICENSE.txt -------------------------------------------------------------------------------- /25_typography/25_3_noise/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_3_noise/src/index.js -------------------------------------------------------------------------------- /25_typography/25_3_noise/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_3_noise/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /25_typography/25_3_noise/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_3_noise/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /25_typography/25_3_noise/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_3_noise/webpack.config.js -------------------------------------------------------------------------------- /25_typography/25_3_noise/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_3_noise/yarn.lock -------------------------------------------------------------------------------- /25_typography/25_4_x/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_4_x/README.md -------------------------------------------------------------------------------- /25_typography/25_4_x/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_4_x/art/art.png -------------------------------------------------------------------------------- /25_typography/25_4_x/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_4_x/package.json -------------------------------------------------------------------------------- /25_typography/25_4_x/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_4_x/public/index.html -------------------------------------------------------------------------------- /25_typography/25_4_x/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_4_x/public/index.js -------------------------------------------------------------------------------- /25_typography/25_4_x/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_4_x/src/index.js -------------------------------------------------------------------------------- /25_typography/25_4_x/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_4_x/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /25_typography/25_4_x/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_4_x/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /25_typography/25_4_x/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_4_x/webpack.config.js -------------------------------------------------------------------------------- /25_typography/25_4_x/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_4_x/yarn.lock -------------------------------------------------------------------------------- /25_typography/25_5_meteor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_5_meteor/README.md -------------------------------------------------------------------------------- /25_typography/25_5_meteor/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_5_meteor/art/art.png -------------------------------------------------------------------------------- /25_typography/25_5_meteor/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_5_meteor/package.json -------------------------------------------------------------------------------- /25_typography/25_5_meteor/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_5_meteor/public/index.html -------------------------------------------------------------------------------- /25_typography/25_5_meteor/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_5_meteor/public/index.js -------------------------------------------------------------------------------- /25_typography/25_5_meteor/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_5_meteor/src/index.js -------------------------------------------------------------------------------- /25_typography/25_5_meteor/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_5_meteor/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /25_typography/25_5_meteor/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_5_meteor/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /25_typography/25_5_meteor/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_5_meteor/webpack.config.js -------------------------------------------------------------------------------- /25_typography/25_5_meteor/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_5_meteor/yarn.lock -------------------------------------------------------------------------------- /25_typography/25_6_□/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_6_□/README.md -------------------------------------------------------------------------------- /25_typography/25_6_□/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_6_□/art/art.png -------------------------------------------------------------------------------- /25_typography/25_6_□/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_6_□/package.json -------------------------------------------------------------------------------- /25_typography/25_6_□/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_6_□/public/index.html -------------------------------------------------------------------------------- /25_typography/25_6_□/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_6_□/public/index.js -------------------------------------------------------------------------------- /25_typography/25_6_□/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_6_□/src/index.js -------------------------------------------------------------------------------- /25_typography/25_6_□/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_6_□/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /25_typography/25_6_□/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_6_□/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /25_typography/25_6_□/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_6_□/webpack.config.js -------------------------------------------------------------------------------- /25_typography/25_6_□/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_6_□/yarn.lock -------------------------------------------------------------------------------- /25_typography/25_7_sun/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_7_sun/README.md -------------------------------------------------------------------------------- /25_typography/25_7_sun/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_7_sun/art/art.png -------------------------------------------------------------------------------- /25_typography/25_7_sun/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_7_sun/package.json -------------------------------------------------------------------------------- /25_typography/25_7_sun/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_7_sun/public/index.html -------------------------------------------------------------------------------- /25_typography/25_7_sun/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_7_sun/public/index.js -------------------------------------------------------------------------------- /25_typography/25_7_sun/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_7_sun/src/index.js -------------------------------------------------------------------------------- /25_typography/25_7_sun/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_7_sun/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /25_typography/25_7_sun/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_7_sun/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /25_typography/25_7_sun/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_7_sun/webpack.config.js -------------------------------------------------------------------------------- /25_typography/25_7_sun/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_7_sun/yarn.lock -------------------------------------------------------------------------------- /25_typography/25_8_summer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_8_summer/README.md -------------------------------------------------------------------------------- /25_typography/25_8_summer/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_8_summer/art/art.png -------------------------------------------------------------------------------- /25_typography/25_8_summer/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_8_summer/package.json -------------------------------------------------------------------------------- /25_typography/25_8_summer/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_8_summer/public/index.html -------------------------------------------------------------------------------- /25_typography/25_8_summer/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_8_summer/public/index.js -------------------------------------------------------------------------------- /25_typography/25_8_summer/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_8_summer/src/index.js -------------------------------------------------------------------------------- /25_typography/25_8_summer/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_8_summer/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /25_typography/25_8_summer/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_8_summer/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /25_typography/25_8_summer/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_8_summer/webpack.config.js -------------------------------------------------------------------------------- /25_typography/25_8_summer/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_8_summer/yarn.lock -------------------------------------------------------------------------------- /25_typography/25_9_midnight_sea/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_9_midnight_sea/README.md -------------------------------------------------------------------------------- /25_typography/25_9_midnight_sea/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_9_midnight_sea/art/art.png -------------------------------------------------------------------------------- /25_typography/25_9_midnight_sea/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_9_midnight_sea/package.json -------------------------------------------------------------------------------- /25_typography/25_9_midnight_sea/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_9_midnight_sea/public/index.html -------------------------------------------------------------------------------- /25_typography/25_9_midnight_sea/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_9_midnight_sea/public/index.js -------------------------------------------------------------------------------- /25_typography/25_9_midnight_sea/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_9_midnight_sea/src/index.js -------------------------------------------------------------------------------- /25_typography/25_9_midnight_sea/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_9_midnight_sea/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /25_typography/25_9_midnight_sea/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_9_midnight_sea/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /25_typography/25_9_midnight_sea/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_9_midnight_sea/webpack.config.js -------------------------------------------------------------------------------- /25_typography/25_9_midnight_sea/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/25_typography/25_9_midnight_sea/yarn.lock -------------------------------------------------------------------------------- /26_buildings/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/26_buildings/1/README.md -------------------------------------------------------------------------------- /26_buildings/1/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/26_buildings/1/art/art.png -------------------------------------------------------------------------------- /26_buildings/1/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/26_buildings/1/package.json -------------------------------------------------------------------------------- /26_buildings/1/public/asset/flower.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/26_buildings/1/public/asset/flower.jpeg -------------------------------------------------------------------------------- /26_buildings/1/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/26_buildings/1/public/index.html -------------------------------------------------------------------------------- /26_buildings/1/public/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/26_buildings/1/public/index.js -------------------------------------------------------------------------------- /26_buildings/1/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/26_buildings/1/src/index.js -------------------------------------------------------------------------------- /26_buildings/1/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/26_buildings/1/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /26_buildings/1/src/shader/vertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/26_buildings/1/src/shader/vertexShader.vert -------------------------------------------------------------------------------- /26_buildings/1/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/26_buildings/1/webpack.config.js -------------------------------------------------------------------------------- /26_buildings/1/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/26_buildings/1/yarn.lock -------------------------------------------------------------------------------- /27_overpainting/1/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/1/.gitignore -------------------------------------------------------------------------------- /27_overpainting/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/1/README.md -------------------------------------------------------------------------------- /27_overpainting/1/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/1/art/art.png -------------------------------------------------------------------------------- /27_overpainting/1/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/1/package.json -------------------------------------------------------------------------------- /27_overpainting/1/public/asset/video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/1/public/asset/video.mp4 -------------------------------------------------------------------------------- /27_overpainting/1/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/1/public/index.html -------------------------------------------------------------------------------- /27_overpainting/1/src/CustomClock.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/1/src/CustomClock.ts -------------------------------------------------------------------------------- /27_overpainting/1/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/1/src/index.ts -------------------------------------------------------------------------------- /27_overpainting/1/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/1/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /27_overpainting/1/src/shader/rotationVertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/1/src/shader/rotationVertexShader.vert -------------------------------------------------------------------------------- /27_overpainting/1/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/1/tsconfig.json -------------------------------------------------------------------------------- /27_overpainting/1/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/1/webpack.config.js -------------------------------------------------------------------------------- /27_overpainting/1/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/1/yarn.lock -------------------------------------------------------------------------------- /27_overpainting/2/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/2/.gitignore -------------------------------------------------------------------------------- /27_overpainting/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/2/README.md -------------------------------------------------------------------------------- /27_overpainting/2/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/2/art/art.png -------------------------------------------------------------------------------- /27_overpainting/2/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/2/package.json -------------------------------------------------------------------------------- /27_overpainting/2/public/asset/computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/2/public/asset/computer.png -------------------------------------------------------------------------------- /27_overpainting/2/public/asset/video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/2/public/asset/video.mp4 -------------------------------------------------------------------------------- /27_overpainting/2/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/2/public/index.html -------------------------------------------------------------------------------- /27_overpainting/2/src/CustomClock.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/2/src/CustomClock.ts -------------------------------------------------------------------------------- /27_overpainting/2/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/2/src/index.ts -------------------------------------------------------------------------------- /27_overpainting/2/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/2/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /27_overpainting/2/src/shader/rotationVertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/2/src/shader/rotationVertexShader.vert -------------------------------------------------------------------------------- /27_overpainting/2/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/2/tsconfig.json -------------------------------------------------------------------------------- /27_overpainting/2/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/2/webpack.config.js -------------------------------------------------------------------------------- /27_overpainting/2/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/2/yarn.lock -------------------------------------------------------------------------------- /27_overpainting/3/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/3/.gitignore -------------------------------------------------------------------------------- /27_overpainting/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/3/README.md -------------------------------------------------------------------------------- /27_overpainting/3/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/3/art/art.png -------------------------------------------------------------------------------- /27_overpainting/3/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/3/package.json -------------------------------------------------------------------------------- /27_overpainting/3/public/asset/video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/3/public/asset/video.mp4 -------------------------------------------------------------------------------- /27_overpainting/3/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/3/public/index.html -------------------------------------------------------------------------------- /27_overpainting/3/src/CustomClock.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/3/src/CustomClock.ts -------------------------------------------------------------------------------- /27_overpainting/3/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/3/src/index.ts -------------------------------------------------------------------------------- /27_overpainting/3/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/3/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /27_overpainting/3/src/shader/rotationVertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/3/src/shader/rotationVertexShader.vert -------------------------------------------------------------------------------- /27_overpainting/3/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/3/tsconfig.json -------------------------------------------------------------------------------- /27_overpainting/3/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/3/webpack.config.js -------------------------------------------------------------------------------- /27_overpainting/3/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/3/yarn.lock -------------------------------------------------------------------------------- /27_overpainting/4/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/4/.gitignore -------------------------------------------------------------------------------- /27_overpainting/4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/4/README.md -------------------------------------------------------------------------------- /27_overpainting/4/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/4/art/art.png -------------------------------------------------------------------------------- /27_overpainting/4/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/4/package.json -------------------------------------------------------------------------------- /27_overpainting/4/public/asset/video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/4/public/asset/video.mp4 -------------------------------------------------------------------------------- /27_overpainting/4/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/4/public/index.html -------------------------------------------------------------------------------- /27_overpainting/4/src/CustomClock.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/4/src/CustomClock.ts -------------------------------------------------------------------------------- /27_overpainting/4/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/4/src/index.ts -------------------------------------------------------------------------------- /27_overpainting/4/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/4/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /27_overpainting/4/src/shader/rotationVertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/4/src/shader/rotationVertexShader.vert -------------------------------------------------------------------------------- /27_overpainting/4/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/4/tsconfig.json -------------------------------------------------------------------------------- /27_overpainting/4/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/4/webpack.config.js -------------------------------------------------------------------------------- /27_overpainting/4/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/4/yarn.lock -------------------------------------------------------------------------------- /27_overpainting/5/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/5/.gitignore -------------------------------------------------------------------------------- /27_overpainting/5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/5/README.md -------------------------------------------------------------------------------- /27_overpainting/5/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/5/art/art.png -------------------------------------------------------------------------------- /27_overpainting/5/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/5/package.json -------------------------------------------------------------------------------- /27_overpainting/5/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/5/public/index.html -------------------------------------------------------------------------------- /27_overpainting/5/src/CustomClock.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/5/src/CustomClock.ts -------------------------------------------------------------------------------- /27_overpainting/5/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/5/src/index.ts -------------------------------------------------------------------------------- /27_overpainting/5/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/5/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /27_overpainting/5/src/shader/rotationVertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/5/src/shader/rotationVertexShader.vert -------------------------------------------------------------------------------- /27_overpainting/5/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/5/tsconfig.json -------------------------------------------------------------------------------- /27_overpainting/5/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/5/webpack.config.js -------------------------------------------------------------------------------- /27_overpainting/5/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/5/yarn.lock -------------------------------------------------------------------------------- /27_overpainting/6/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/6/.gitignore -------------------------------------------------------------------------------- /27_overpainting/6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/6/README.md -------------------------------------------------------------------------------- /27_overpainting/6/art/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/6/art/art.png -------------------------------------------------------------------------------- /27_overpainting/6/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/6/package.json -------------------------------------------------------------------------------- /27_overpainting/6/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/6/public/index.html -------------------------------------------------------------------------------- /27_overpainting/6/src/CustomClock.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/6/src/CustomClock.ts -------------------------------------------------------------------------------- /27_overpainting/6/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/6/src/index.ts -------------------------------------------------------------------------------- /27_overpainting/6/src/shader/fragmentShader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/6/src/shader/fragmentShader.frag -------------------------------------------------------------------------------- /27_overpainting/6/src/shader/rotationVertexShader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/6/src/shader/rotationVertexShader.vert -------------------------------------------------------------------------------- /27_overpainting/6/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/6/tsconfig.json -------------------------------------------------------------------------------- /27_overpainting/6/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/6/webpack.config.js -------------------------------------------------------------------------------- /27_overpainting/6/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r21nomi/sketches-for-patterns/HEAD/27_overpainting/6/yarn.lock -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # sketches-for-patterns 2 | --------------------------------------------------------------------------------