Skip to main content

Zine Internal Assignment

This next assignment was to build the internals for the magazine cover that I designed. I wanted to have the magazine article be about animation in some way. So I chose to make my article about the history of computers in animation while focusing on the development of computer graphics. I am very facinated with computer hardware so I wanted to do my best to summerize the great advancements since 1960 that still have an impact on the technology that is currently in use in the animation industry. 

I kept the same color scheme from the cover. I chose the subtitle colors and the colors of the circuit designs from the theme that I designed for the cover. The overall font and extra symbols I used for the title and the headers, are based upon a unix console interface. These things are all to help with the overall techie feel that I am aiming for in this magazine. 

Comments

  1. Hi again Jacob! I honestly had to look at this multiple times to admire how well it fits the theme of the zine you made. I think you did a great job with the grid composition. I also like the page numbers at the bottom and how they alternate sides. It definitely feels like a textbook. I would possibly change the color of that seagreen text to something a little darker though, it's a little hard to read against a white background. I don't know anything about computers, but is there a reason there's a dollar sign at the beginning of each subheading? I'd be interested to see how this compares to a published book though!

    ReplyDelete
    Replies
    1. Jacob,

      Great job with this assignment! The first thing I notice when I look at your spreads is a large amount of white space. Even though you did include images this still sticks out to me. I would suggest playing around with adding color backgrounds to some of your texts boxes or even frames around your images to help with this. I think your choice of type fits your zine theme really well. Similarly to Taylor, I am questioning the reasoning behind your choice of dollar sign beside your headings. I am also not very educated in this area though so I apologize if there is a connection I am not understanding! Another way to strengthen your zine could be to mask out the background behind your image on page 3 so that no one can tell the picture was taken in your home or wherever and looks more legitimate. You can definitely tell you used grids; however I would love to see you experiment with different layouts for your text. For example, using 3 columns instead of 2 or even breaking some into multiple rows. I think this would help change your overall feel from textbook-ish more to magazine. I look forward to seeing your final project!

      Delete

Post a Comment

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...