Skip to content

Collection of programs for the generative art course on Domestika.org

Notifications You must be signed in to change notification settings

kymberlicodes/generativeArt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

generativeArt

Collection of programs for the generative art course on Domestika.org

Ensure you have NVM installed

(Mac) https://riptutorial.com/node-js/example/9545/install-nvm-on-mac-osx

Install Node Version 10.0.0

Make sure to CD into the root directory of the project, then run the following commands. NOTE: You can change the version number to any other version.
npm install -D [email protected]
./node_modules/.bin/node --version
v10.0.0

Install npm

npm i

Install canvas sketch v 1.11.9 CLI

npm install [email protected] --global

To run existing

canvas-sketch file-name.js --open

To create new

canvas-sketch file-name.js --new --open

About

Collection of programs for the generative art course on Domestika.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published