Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Hi this must be made in p5.js. Thank you Create an algorithmic interactive visual composition program. It should use both INTERACTIVE and GENERATIVE control. It
Hi this must be made in p5.js. Thank you
Create an algorithmic interactive visual composition program. It should use both INTERACTIVE and GENERATIVE control. It should allow the user to have some control while some of the control remains in the software. The user should be able to wipe the screen and start over whenever she wants. It should have at least 3 modes of drawing/painting, each reflecting a distinct aesthetic vocabulary, creating abstract scenes with colors, shapes, lines, etc. You may use text and typography, too, to create your painting. For Interactivity, use at least 3 from below: function mousePressed0; function keyPressed0 mouseX, mouseY, mouselsPressed keylsPressed keyCode custom boolean variables For generative control, use at least 2 from below random0: noise0: constrain: variables and arithmetic operations Optional functions to use: clear0: colorMode0; curve0; console.log0: oop0: noLoop0: Create an algorithmic interactive visual composition program. It should use both INTERACTIVE and GENERATIVE control. It should allow the user to have some control while some of the control remains in the software. The user should be able to wipe the screen and start over whenever she wants. It should have at least 3 modes of drawing/painting, each reflecting a distinct aesthetic vocabulary, creating abstract scenes with colors, shapes, lines, etc. You may use text and typography, too, to create your painting. For Interactivity, use at least 3 from below: function mousePressed0; function keyPressed0 mouseX, mouseY, mouselsPressed keylsPressed keyCode custom boolean variables For generative control, use at least 2 from below random0: noise0: constrain: variables and arithmetic operations Optional functions to use: clear0: colorMode0; curve0; console.log0: oop0: noLoop0Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started