Final Project Planning & Skill Inventory
Final Project
From the start of the semester I had an idea of what I wanted to do. There is a famous comic artist named Robert Crump and he would draw the characters with large feet. It ended up being famous for the “keep on truck’n” fad. I love the style of the drawing and the idea of the camera being at ground level and the focus on the large feet. I knew that my character would being walking through the city so I started developing buildings with windows. Processing has the ability to load an images and that could be an alternative to using processing geometry. Plus it could help with the style. I will load the character like a sprite character sheet much like a video game. This will allow me to manipulate the character.
There was also a thing to note that might be important later, when creating something in 3d in processing like a box and creating anything underneath, it becomes a child of the original box. The first box is set into 3d space and the second box set at 0, 0, 0 it inherits the transformation of the first box. This means that the first box is the parent and the second box or any other objects under it, is the child. It is about 90% of rigging is this child parent relationship. The skeleton of a 3d character works the same way.
The Strut project
The set up for this final project will be building off of my previous projects. Setting the buildings using, variables, conditions, loops, functions, and arrays. This loops and array will help with loading the image of the character. In the future I can add logic to the character with algorithms and maybe some json data to help load images.
Influences
One thing that I noticed when looking at other students work is that my work was very boring and lacked the artistic side of this creative code class. I was pretty focused on getting the code to work and not so much on making it look beautiful or aesthetically pleasing. But never the less, There are two people that stood out to me as an influence for me for my final project. This is Izzy Church’s or Kimberly Studer-Kayle. I really liked her color theory and design especially because of the city scape. It really stood out to me as well designed and beautiful.
https://sites.google.com/view/creative-coding-portfolio/projects/list-arrays?authuser=0
https://sites.google.com/view/creative-coding-portfolio/home
The other one that stands out to me is Jeremy Tingle.It really stood out to me because of the bright colors and trippy look to it. If I have time I would like to add this sort of style to my final project.
https://sites.google.com/view/jtinglecoding/weekly-assignments/9-lists-arrays?authuser=0