Gavin pfp
Gavin
@gavin
some thoughts about whats become my favorite way to prototype generative svgs for onchain deployment
1 reply
0 recast
3 reactions

Gavin pfp
Gavin
@gavin
first, in most cases, ignore solidity. solidity comes with constrains that are detrimental to the speed of rapid prototyping. i prototype in js.
1 reply
0 recast
1 reaction

Gavin pfp
Gavin
@gavin
don't use react, static site generators or svg libraries like svg.js. you'll have to learn those and again that will slow things down.
1 reply
0 recast
1 reaction

Gavin pfp
Gavin
@gavin
so what should you do? 1) ask gpt for an html file template. you'll have many such templates as you try ideas (most will be bad) and explore. 2) almost without exception, programatic elements can be written as functions which return template strings. 2.5) for example:
1 reply
0 recast
0 reaction