Use the code inside this project to make your own Op Art by warping the supplied grid and add it to the Op Art Studio. You can change the colours of the squares; use patterns to fill the squares; add outlines around the squares; etc. How this Project Works ------------------------------- We have a grid of x,y coordinates on the plane of the stage. For each vertex (X,Y) on the grid We alter X by 40 x sin(Y) and we alter Y by 40 x sin(X) This warps the grid. Then we colour the squares. This project alternately colours the grid squares black and white. It produces stripes as the number of columns is even, but if the number of columns is odd it produces a checked pattern. Op Art Starter 5 - Hemisphere is a 3D projection. It raises points of the grid in the Z direction into a hemisphere, then projects the points back onto the X-Y plane using a perspective projection.
Op Art Studio: https://scratch.mit.edu/studios/5371627/ Op Art Challenge: https://scratch.mit.edu/projects/248478770/ Make a project for the Op Art studio. This design is inspired by "Current", 1964 by Bridget Riley which can be seen in the Op Art Challenge project. Bridget Riley is one of the foremost exponents of Op art. (Wikipedia) To see more about her: https://en.wikipedia.org/wiki/Bridget_Riley Op Art Starter 1: https://scratch.mit.edu/projects/245748080/ Scratch Cat outline to create Op Art in the costume editor. Op Art Starter 2: https://scratch.mit.edu/projects/245767427/ Scratch Cat mask to program alternate patterns inside and outside. Op Art Starter 3: https://scratch.mit.edu/projects/246422102/ Code to program different patterns in circle quadrants. Op Art Starter 4: Code to warp a grid to produce an Op Art pattern. Op Art Starter 5: Code to produce 3D hemispheres from a grid. 3D Tutorial Studio: