Skip to content

Himani13040/genart

Repository files navigation

Generative Art with JavaScript

First attempt at Creative coding by following through Generative Art Workshop by Matt DesLauriers on Frontend Masters

Installation

Assuming that you already have latest versions of Node.js and npm installed, run:

npm install

In the root genart directory to install the required dependencies: canvas-sketch, canvas-sketch-util and nice-color-palettes

Running locally

This repository includes 3 different generative art files: colored-blots.js, uniformly-random-circles.js and the final one convergent-or-divergent.js.

Run the following command to view the artwork:

canvas-sketch convergent-or-divergent.js --open

You can update the file name in the above command if you're making changes to a different file and want to see your changes being rendered

Generated Artworks

You can view the generated artworks in images directory. Some of my personal favorites are attached below:

2024 06 18-16 26 43 2024 06 18-16 20 15 2024 06 18-16 20 49 2024 06 18-16 32 19-994584 2024 06 18-16 22 43

References

Releases

No releases published

Packages

No packages published