Skip to content

p5-class-jf/adudree

This branch is 1 commit behind adudree/iraina:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

442bcf4 · Mar 13, 2021

History

26 Commits
Mar 13, 2021
Mar 13, 2021
Mar 6, 2021
Mar 6, 2021
Mar 13, 2021
Mar 6, 2021
Mar 6, 2021
Mar 6, 2021
Mar 13, 2021
Mar 13, 2021
Mar 6, 2021
Mar 6, 2021
Mar 13, 2021
Mar 6, 2021

Repository files navigation

Algo Aesthetics

Forked from https://github.com/Gaweph/p5-typescript-starter.

My artwork

My pseudocode

  • 1x1 square

    • Import 1 picture (Black or White)
  • 2x2 square

    • Take 1 picture as reference (color & position)
    • Create a 2x2 pictures grid (duplicate, translate, rotate, change color)
  • 4x4 square

    • Take 1 2x2 square as reference (colorRef, position)
    • Create a 4x4 grid with 4 2x2 squares (duplicate, translate, rotate & change reference color)
  • N*N square

    • Create a N*N grid duplicating the 4x4 square N times (in my reference artwork, N=1)
  • [BONUS] MousePressed

    • Change color of each case of the N*N grid by pressing the mouse

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.6%
  • HTML 5.4%