Hello friends. First post. I’d like to create sketches that take hours to produce an image that can then be written out to an image file. I’d like to run this from the command line and let it run overnight. How? I can run a javascript file from the command line with
node *filename.js*
But P5 requires libraries etc. Not sure if this is possible. Help?