an iteration on a procedural art project from @randylubin
Built with blockbuilder.org
| license: Apache-2.0 | |
| height: 1080 | |
| border: no |
an iteration on a procedural art project from @randylubin
Built with blockbuilder.org
| <html> | |
| <head> | |
| <meta charset='UTF-8'> | |
| <script src='https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.11/p5.min.js'></script> | |
| <script src='sketch.js'></script> | |
| <!-- this line removes any default padding and style. you might only need one of these values set. --> | |
| <style> body {padding: 0; margin: 0;} </style> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |