Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Making an application in which a user can compose images using images that are already generated (as shown in the github code/video in prompt link).
Making an application in which a user can compose images using images that are already generated (as shown in the github code/video in prompt link).
MAPS AND LISTS
I have pictures of the code and a github with the code that needs to be modified
Please read whole post, thank you! :)
Link to GitHub Repository Code: https://github.com/kayh09/cse131a9
Link to Prompt: https://131text.coms/books/published/csjava/Module9-Maps/assignment.html
Assignment 9: Scene Composer Assignment Setup To create your repository go here. Then follow the same accept/import process described in the setup instructions. This assignment is fairly creative in that: 0 There is no unit test to guide your work 0 The manner in which your solution works is up to you, although there is a video of Prof. Cytron's solution 0 The application you develop here allows creation of artistic images Overview The idea is to develop an application in which a user {presentiy. just yourself) can compose images. Some of these images will be available already by names of your choosing. For example, the names f0, f1 , f9 represent 10 forest images that can be drawn on the screen. You will allow users to record a sequence of images, and then select a name for that sequence. so that the sequence itseif can be called up by its new name. There is no limit to the fun that can be had here, because new sequences can be created at will and recorded to be known by name. You can create your solution all in one main method as you did at the beginning of the semester. Or you can use objects as you have more recently been taught. How you construct your solution is up to you but it must meet the requirements stated below to earn credit. The code base provided to you draws images using somewhat transparent colors, so that if you draw the same image twice, its intensity increases. Reg uirements Before continuing. take a look at this video. To receive credit you must: 0 Use a Ma p to allow users to recall existing scenes and create new ones. 0 Use a ListStep 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