Skip to main content

Generated Media


This week I studied the aspect of Generative Art. I composed a number of drawings utilizing some online applications. The first two were made using a online drawing tool called ScribblerToo, one drawing was to be based off of an already existing photo and the other was to have a sense of volume. This program takes the input strokes and draws connecting lines between adjacent strokes as long as they are with the radius of the selected brush. My first drawing was based off of a photo of a lady walking through the forest. This image really stood out to me when I was searching for one to base a drawing off of because the image seemed to have depth to it. To start, I drew the foreground using a brush with a lot of heavy connections to nearby nodes, this would give the sense these objects were close to the viewer. While the background had lighter strokes with fewer connections between the nodes. I added some color to try and give the drawing more life. The second drawing, I was trying to portray a hallway as that was the first idea that came to mind when I was trying to picture something with depth. ScribblerToo does not allow one to draw in straight lines very easily so this was somewhat difficult to portray using a mouse. This drawing has a sense of depth and volume by having stronger, broader, and darker strokes towards the outside and lighter strokes towards the middle, giving the sense of depth. I feel that this drawing was mediocre, partially because of the limitations of the program and the mouse I was using to draw with. Drawing with a mouse is never a good idea, this is where a drawing tablet would have come in handy. I also feel that the program that I used was limiting on its functionality. It did not allow the user to erase and only allowed for the last stroke to be undone. So if a mistake was made, one would have to restart or try and draw over the mistake.

The other two drawings that I composed this week were made using software called Flame Painter 3. This tool is much better and much more complete than ScribblerToo. This software is focused around painting with fire. This program is really cool and allows for some really interesting effects. For this part of the assignment, I was to try and elicit some emotions by drawing with fire. The first image I made was trying to form anger or hostility. I used a brush called "Hue Blue" and "Flame" to form a strong blazing core, and the standard brush to give wisps towards the outside. The second drawing is an attempt to elicit tranquility. I used a flame brush with the chaos setting turned up to its maximum to give a cool blue and purple core in the lower left corner. While using the flame brush to create the big blue core towards the upper right. I think both photos portray their target emotion well, with reds being commonly associated with anger and blue being associated with something more tranquil.

Comments

Popular posts from this blog

The Art of Game Design: Chapters 6 and 7

    The Art of Game Design  continues to be an intriguing read that surprises me in new ways with each chapter. Chapter 6 focuses on the importance that theme has on games and how theme should be treated in a game's design. Theme isn't just something that the player learns from the game, it is the thought or idea that the game should try to represent in every possible way it can. This chapter covers two forms of themes, experienced and resonant themes. Experienced themes are just that, the themes that are experienced by the player through the game's story and setting, however resonant themes are a bit different. Resonant themes are the ones that are below the surface and aren't really experienced but have some deep truth that parallels those truths that the player holds. These are the themes that resonate deeply with players and make a story truly meaningful to a player's core.      To people who do not really play video games, they can be easily seen as a...

Magazine Columns - Backbone of Every Good Layout Response

There are many aspects that must be considered when designing a magazine. The content is very important, but one aspect of the design that no one really thinks about is the layout of the magazine. The grid is how images and text are placed around the page. It can determine the size of objects and how much white space is between each element on the page.  Most text in magazines appears to be set out into 3 columns. However, one of the most common layouts utilizes 12 columns in order to appear to have 3 columns. This gives much more layout control over what is shown and how it is shown. Its very surprising that a 12 column layout results in 3 columns of main text. However, the goal of this is so that it is modular. In computer science, one of the most important things that you consider when coding is to try and make your code modular. When you can use the same layout on every page, it means that it is dynamic and interesting since each page will feel like it follows the same rules. T...

The Art of Game Design: Chapter 8 and 9

    Chapter 8 in the book The Art of Game Design  is all about the actual production process that is followed after brainstorming is complete and a team has an idea for what game they will be developing. One of the topics that this chapter focuses on are the ideas of software development, waterfall and a more circular idea designed by Barry Boehm. As a computer science major, I have encountered both of these ideas through my time in college and in the busniss world. Both theories have their positives and negatives, but the idea of "waterfall development" is a much stricter way of approaching software development when compared to Boehm's approach.     With a waterfall approach, this does not leave any room to go back and revisit the original idea and add or remove core features. This approach was used in the development of many old forms of windows, which also coincided with how the software was sold. For example, Microsoft's windows operating systems. Win...