Graphics, Genres, and Design the Early Days Hardware Vs. Software

Graphics, Genres, and Design the Early Days Hardware Vs. Software

! Themes Graphics, Genres, and Design ! hardware vs. software ! specialization vs. generalization ! state vs. dynamics CMPUT 299 ! cost of state and dynamics Fall 2005 ! storage: ram vs. rom ! graphics Finnegan Southey XBox Live GamerTag: Alea CMPUT 299 - Fall 2005 Graphics, Genres, and Design The Early Days Hardware vs. Software ! The very earliest video games (pre-1975) ! Later games (1975 to present) were built were custom built machines. using new-fangled microprocessors ! Designed/built by engineers (like a TV). ! General-purpose hardware that runs software. Tennis for Two ! No need to engineer from scratch for every (Brookhaven Labs,1958) game. Gunfight (Taito, 1975) CMPUT 299 - Fall 2005 Graphics, Genres, and Design Pong (Atari, 1972) CMPUT 299 - Fall 2005 Graphics, Genres, and Design Development of Early Games Development of Early Games ! Programs written by one individual. ! Games were simple. ! Graphics, sound, controls, rules, AI… ! The machines were still quite simple ! Very limited storage …all by one person. ! no “pictures” or recorded music ! Limited speed ! focus on moving small things around on the screen ! Only so much one could do ! more people would be a waste of effort CMPUT 299 - Fall 2005 Graphics, Genres, and Design CMPUT 299 - Fall 2005 Graphics, Genres, and Design State vs. Dynamics State ! Fundamental distinction in computing (and ! positions of all game entities many other things) ! walls ! State ! resources: health, magic points, money, fuel, etc. ! All information that describes the game at a given ! points: score, tokens collected, goals achieved moment ! inventories: weapons, magic items, gadgets, food ! Dynamics ! switches: doors locked/unlocked, levers pulled ! The way one state turns into another ! velocities of game entities ! character names, stats, description ! much, much more… CMPUT 299 - Fall 2005 Graphics, Genres, and Design CMPUT 299 - Fall 2005 Graphics, Genres, and Design Dynamics Memory and Processors ! agents moving due to player controls ! Two main parts of a computer ! agents moving due to artificial intelligence ! Memory stores state ! agents moving due to “physics” ! Processors access and change memory ! agents not moving due to “collisions” (dynamics) ! updating view of the world ! The main processor in a computer is called ! health changes from damage/healing the central processing unit (CPU). ! special powers/action executed ! everything that changes one state into another… CPU Memory CMPUT 299 - Fall 2005 Graphics, Genres, and Design CMPUT 299 - Fall 2005 Graphics, Genres, and Design Memory Size Memory Types ! Memories have a size ! Memories can be ! in the 70’s, measured in kB (kilobytes) ! fast or slow ! in the late 80’s and 90’s, measured in MB (megabytes) ! memory for showing graphics and doing (1 MB = 1000 kB) calculations is fast (it can be accessed quickly) ! late 90’s to present day, measure in GB (gigabytes) (1 ! harddisks and DVDs are much slower but hold GB = 1000 MB) much more ! Early games had 4 kB ! read-only or read/write ! read-only memory (like a game’s DVD) cannot be ! Games today will cheerfully use several GB changed ! a factor of one million (1 DVD holds over 4 GB) ! read/write memory can be changed CMPUT 299 - Fall 2005 Graphics, Genres, and Design CMPUT 299 - Fall 2005 Graphics, Genres, and Design Processors Software-Based Games ! Processors are rated by how quickly they can ! Once microprocessors were used for games, perform calculations on things in memory programmers took control. ! A program is a set of instructions that tells the processor what to do with the information in ! The advent of personal memory. computers (~1976) opened ! Programmers write these instructions. up the field to “amateurs”. Gunfight (Taito, 1975) ! Early microprocessor games were a program + a tiny amount of data ! Basement game programmers ! A contemporary game is a program + lots and lots of data CMPUT 299 - Fall 2005 Graphics, Genres, and Design CMPUT 299 - Fall 2005 Graphics, Genres, and Design Cathode Ray Tubes (CRT) Diagram of CRT ! Braun (1897) - CRT oscilloscope ! Zworykin (1929) kinescope (early TV) ! Du Mont (1931) first commercial TV tube Tennis for Two (Brookhaven Labs,1958) Diagram courtesy of Wikipedia CMPUT 299 - Fall 2005 Graphics, Genres, and Design CMPUT 299 - Fall 2005 Graphics, Genres, and Design Very pretty, but where’s the gamepad? Video courtesy of the University of Illinois, Dept. of Chemistry Diagram courtesy of Williamson Labs CMPUT 299 - Fall 2005 Graphics, Genres, and Design CMPUT 299 - Fall 2005 Graphics, Genres, and Design Games with Vector Graphics Vector Graphics (no more after 1985) ! Use CRT’s beam like a pen. ! Asteroids (Atari, 1979) ! Turn beam on and off to draw lines. ! Lunar Lander (Atari, 1979) ! Use magnets to guide it. ! Battlezone (Atari, 1980) ! How many lines you can draw depends on ! Red Baron (Atari, 1980) ! how fast you can move the beam around ! how long the image stays on the fluorescent ! Tempest (Atari, 1980) screen ! Space Fury (Sega, 1981) ! Draw all lines for one frame… repeat. ! Star Wars (Atari, 1983) CMPUT 299 - Fall 2005 Graphics, Genres, and Design CMPUT 299 - Fall 2005 Graphics, Genres, and Design Cool Things About Vector Issues with Vector Graphics Graphics ! Time to draw frame depends on complexity ! Wireframe (3D) of frame ! Smooth lines (even diagonals) ! Beam moves in arbitrary pattern ! It’s all green and glowy and stuff… ! different patterns possible for same picture ! Makes me feel like I’m in a submarine or ! what’s the best (fastest) pattern? something… ! Directly control beam with game CMPUT 299 - Fall 2005 Graphics, Genres, and Design CMPUT 299 - Fall 2005 Graphics, Genres, and Design Raster Graphics Raster (aka Bitmap) Images ! Basis of TV and almost all graphics today ! Treat screen like a “grid” ! Move beam in fixed pattern lighting up the screen in little dots ! These dots are called pixels 0 0 0 0 ! Change beam intensity to make pixels 0 1 1 0 brighter or darker 0 1 1 0 0 1 1 0 CMPUT 299 - Fall 2005 Graphics, Genres, and Design CMPUT 299 - Fall 2005 Graphics, Genres, and Design Rendering the Screen Grayscale 0 0 0 0 Video Hardware 0 1 1 0 Screen Image 0 1 1 0 0 0 0 0 0 1 1 0 0 100100 0 Image Buffer 0 50 50 0 0 10 10 0 Game Software CMPUT 299 - Fall 2005 Graphics, Genres, and Design CMPUT 299 - Fall 2005 Graphics, Genres, and Design CRT Screen Refresh Colour Pixels 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 CMPUT 299 - Fall 2005 Graphics, Genres, and Design CMPUT 299 - Fall 2005 Graphics, Genres, and Design Diagram of Colour CRT RGB Images 0 0 0 0 0 0 0 0 0 0 0 0 0 100100 0 0 100100 0 0 100100 0 0 50 50 0 0 50 50 0 0 50 50 0 0 10 10 0 0 10 10 0 0 10 10 0 CMPUT 299 - Fall 2005 Graphics, Genres, and Design CMPUT 299 - Fall 2005 Graphics, Genres, and Design RGB Images How many pixels? ! If we make pixels smaller, we can fit more! 0 0 0 0 0 0 0 0 0 0 0 0 ! Fineness of grid called resolution (width x height) 0 100 0 0 0 100100 0 0 100100 0 ! Typical television resolution 0 50 0 0 0 50 50 0 0 50 50 0 ! grid of 648 x 486 (~300,000 pixels) 0 10 0 0 0 10 10 0 0 10 10 0 ! Computer screens, HDTV ! 1024 x 768 (~780,000 pixels) ! 1280 x 1024 (~1.3 million pixels) ! 1600 x 1200 (~1.9 million pixels) ! Old games ! Space Invaders - 224 x 240 (53,760 pixels) CMPUT 299 - Fall 2005 Graphics, Genres, and Design CMPUT 299 - Fall 2005 Graphics, Genres, and Design How many colours? Colour Depth ! Suppose we’re using grayscale. ! The number of values we have for colours is ! If we have 10 different values for often called colour depth and is usually measured in bits (k bits = 2^k values) brightness, then we get black, white, and 8 shades of gray. ! 4 bits = 16 x 16 x 16 = 4096 colours ! 8 bits = 256 x 256 x 256 = ~ 16m colours ! If we have 10 different values for each of red, green, and blue, then we have ! 24 bits = 16m x 16m x 16 m = ~4700000000000000000000 ! 10 x 10 x 10 colours (1000) ! 32 bits = 4b x 4b x 4b = 7.9 x 10^28 CMPUT 299 - Fall 2005 Graphics, Genres, and Design CMPUT 299 - Fall 2005 Graphics, Genres, and Design Framerate Raster Side Effect: Aliasing ! How long does it take to “draw” the next frame? ! If it takes a tenth of a second ! we can draw 10 frames per second ! Common framerates ! Minimum for “smooth” motion ~ 15 fps ! Film ~ 24 fps ! TV ~ 30 fps ! Games a.k.a “the jaggies” ! RTS ~ 8 fps ! platformers ~ 30 fps ! first person shooters ~60 fps CMPUT 299 - Fall 2005 Graphics, Genres, and Design CMPUT 299 - Fall 2005 Graphics, Genres, and Design Early Raster Games ! Space Invaders (Taito, 1978) ! Super Breakout (Atari, 1978) ! Galaxians (Midway, 1979) ! Pacman (Namco/Midway), 1980) ! Berzerk (Stern, 1980) ! Centipede (Atari, 1980) ! Defender (Williams, 1980) ! Cheeky Mouse (Universal Corp., 1980) ! Missile Command (Atari, 1980) ! Warlords (Atari, 1980) ! Donkey Kong (Nintendo, 1981) CMPUT 299 - Fall 2005 Graphics, Genres, and Design CMPUT 299 - Fall 2005 Graphics, Genres, and Design Vector vs. Raster Vectrex Vector Raster ! Vector did make it to the home! ! clean lines ! aliasing ! outlines only ! filled areas ! screen refresh ! screen refreshes at depends on frame a fixed rate ! direct control ! image buffer ! special monitors ! home TV’s CMPUT 299 - Fall 2005 Graphics, Genres, and Design CMPUT 299 - Fall 2005 Graphics, Genres, and Design Atari VCS (aka 2600) ! Home video game system introduced in 1977. ! By 1979, the best-selling Christmas present, selling 1 million units ! $100 million to develop ! Created the home console market that collapsed in 1983… ! …and did not reemerge in North America until Nintendo released the Nintendo Entertainment System (aka Famicon) to 1985 (released in Japan in 1983).

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    46 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us