Name your project folder final
.
The most interesting and unqiue aspects of computational media result from the surprising and complex interactions between the various aspects of the systems. We’ve seen this in various examples, such as the vehicle’s steering forces being based on the positions of surrounding vehicles, and as a trivial example, having the mouse position influence various aspects of a shape’s color or size.
Now that we have covered a wide range of topics, the goal of the final is to create an interesting, and refined, project that intentionally creates complex system dynamics by creating five connections between different aspects of the overall system.
In addition, rather than simply solely making use of the primitive drawing functions as we have for most of the class, you are required to make use of at least three of the following types of media: images, audio/music, video, natural language processing/generation, web cams, or something else we haven’t covered such as 3D (at your own risk).
As this is the culmination of your semester of work, spend time refining what you have made. In other words, are the interesting aspects of your project “legible” (i.e. avoid jumbled chaos). Is there a temporal element to your project (i.e. is there interesting interesting to interact with, or does it evolve over time in interesting ways?). Spend time on color choice. Remember that you can use color palettes. Spend time to make your shapes, whether meant to represent something or not, look intentional (i.e. don’t try to build a cat out of ellipses, unless you are very dedicated, or your project as a consistent “bad art” style - that could be cool).
In addition to your submission, you must provide a file named README.md
that provides information about your project. The text in your README.md
should be written using the Markdown syntax. The following information needs to be included:
To ensure that you have done everything correctly, go to the link below
https://github.com/YOUR_GIHUB_USERNAME/computational-art-spring2024/tree/main/assignments/final
When you are done, commit and push your changes to your repository in Github Desktop.
If everything worked, you should be able to see your assignment by going to this link:
YOUR_GIHUB_USERNAME.github.io/computational-art-spring2024/assignments/final
If this doesn’t work, take a close look at the setup assignment.