Welcome to clone from original hashlips. Code was modified to generate art for another project. layers of that project have been omitted from GIT hub for privacy reasons (the project has not launched yet)
many files removed and generating code modified for another project. Current version here will likely not stand up - just including on GIT to sample DEV work
All the code in these repos was created and explained by HashLips on the main YouTube channel.
To find out more please visit:
(https://www.youtube.com/channel/UC1LV4_VQGBJHTJjEWUmy8nA)
Create generative art by using the canvas api and node js. Before you use the generation engine, make sure you have node.js and yarn installed.
If you are cloning the project then run this first, otherwise you can download the source code on the release page and skip this step.
git clone https://github.com/HashLips/hashlips_art_engine.git
Go to the root of your folder and run this command if you have yarn installed.
yarn add all
Alternatively you can run this command if you have node installed.
npm install