Template to start making generative art based on pseudorandom number generator. Use seed and other properties from URL path.
Yes, this is one more starter, but it has:
- handled state of seed for PRNG, so you always know how to draw the same picture again and share it with community.
- metadata injects inside result HTML file automatically
- SEO and console.log author's metadata
- live reloading
esbuild
to do a nice architectrure of your appterser
to minifyjs
bundle
- Use
seed
param in url pash when you start project. If this parameter is emptyseed
will be generated automatically:
http://localhost:3000/?seed=0xe9c0104a3058a4dd7042b84794e270dff6935de1cfca30c01ddf8de676a99444
- Build
- ???
- Profit