Part of a series on |
Video game graphics |
---|
In computer graphics, a sprite is a two-dimensional bitmap that is integrated into a larger scene, most often in a 2D video game. Originally, the term sprite referred to fixed-sized objects composited together, by hardware, with a background. [1] Use of the term has since become more general.
Systems with hardware sprites include arcade video games of the 1970s and 1980s; game consoles including as the Atari VCS (1977), ColecoVision (1982), Famicom (1983), Genesis/Mega Drive (1988); and home computers such as the TI-99/4 (1979), Atari 8-bit computers (1979), Commodore 64 (1982), MSX (1983), Amiga (1985), and X68000 (1987). Hardware varies in the number of sprites supported, the size and colors of each sprite, and special effects such as scaling or reporting pixel-precise overlap.
Hardware composition of sprites occurs as each scan line is prepared for the video output device, such as a cathode-ray tube, without involvement of the main CPU and without the need for a full-screen frame buffer. [1] Sprites can be positioned or altered by setting attributes used during the hardware composition process. The number of sprites which can be displayed per scan line is often lower than the total number of sprites a system supports. For example, the Texas Instruments TMS9918 chip supports 32 sprites, but only four can appear on the same scan line.
The CPUs in modern computers, video game consoles, and mobile devices are fast enough that bitmaps can be drawn into a frame buffer without special hardware assistance. Beyond that, GPUs can render vast numbers of scaled, rotated, anti-aliased, partially translucent, very high resolution images in parallel with the CPU.
According to Karl Guttag, one of two engineers for the 1979 Texas Instruments TMS9918 video display processor, this use of the word sprite came from David Ackley, a manager at TI. [2] It was also used by Danny Hillis at Texas Instruments in the late 1970s. [3] The term was derived from the fact that sprites "float" on top of the background image without overwriting it, much like a ghost or mythological sprite.
Some hardware manufacturers used different terms, especially before sprite became common:
Player/Missile Graphics was a term used by Atari, Inc. for hardware sprites in the Atari 8-bit computers (1979) and Atari 5200 console (1982). [4] The term reflects the use for both characters ("players") and smaller associated objects ("missiles") that share the same color. The earlier Atari Video Computer System and some Atari arcade games used player, missile, and ball.
Stamp was used in some arcade hardware in the early 1980s, including Ms. Pac-Man . [5]
Movable Object Block, or MOB, was used in MOS Technology's graphics chip literature. Commodore, the main user of MOS chips and the owner of MOS for most of the chip maker's lifetime, instead used the term sprite for the Commodore 64.
OBJs (short for objects) is used in the developer manuals for the NES, Super NES, and Game Boy. The region of video RAM used to store sprite attributes and coordinates is called OAM (Object Attribute Memory). This also applies to the Game Boy Advance and Nintendo DS.
The use of sprites originated with arcade video games. Nolan Bushnell came up with the original concept when he developed the first arcade video game, Computer Space (1971). Technical limitations made it difficult to adapt the early mainframe game Spacewar! (1962), which performed an entire screen refresh for every little movement, so he came up with a solution to the problem: controlling each individual game element with a dedicated transistor. The rockets were essentially hardwired bitmaps that moved around the screen independently of the background, an important innovation for producing screen images more efficiently and providing the basis for sprite graphics. [6]
The earliest video games to represent player characters as human player sprites were arcade sports video games, beginning with Taito's TV Basketball , [7] [8] [9] released in April 1974 and licensed to Midway Manufacturing for release in North America. [10] Designed by Tomohiro Nishikado, he wanted to move beyond simple Pong -style rectangles to character graphics, by rearranging the rectangle shapes into objects that look like basketball players and basketball hoops. [11] [12] Ramtek released another sports video game in October 1974, Baseball, [10] which similarly displayed human-like characters. [13]
The Namco Galaxian arcade system board, for the 1979 arcade game Galaxian , displays animated, multi-colored sprites over a scrolling background. [14] It became the basis for Nintendo's Radar Scope and Donkey Kong arcade hardware and home consoles such as the Nintendo Entertainment System. [15] According to Steve Golson from General Computer Corporation, the term "stamp" was used instead of "sprite" at the time. [5]
Signetics devised the first chips capable of generating sprite graphics (referred to as objects by Signetics) for home systems. The Signetics 2636 video processors were first used in the 1978 1292 Advanced Programmable Video System and later in the 1979 Elektor TV Games Computer.
The Atari VCS, released in 1977, has a hardware sprite implementation where five graphical objects can be moved independently of the game playfield. The term sprite was not in use at the time. The VCS's sprites are called movable objects in the programming manual, further identified as two players, two missiles, and one ball. [16] These each consist of a single row of pixels that are displayed on a scan line. To produce a two-dimensional shape, the sprite's single-row bitmap is altered by software from one scan line to the next.
The 1979 Atari 400 and 800 home computers have similar, but more elaborate, circuitry capable of moving eight single-color objects per scan line: four 8-bit wide players and four 2-bit wide missiles. Each is the full height of the display—a long, thin strip. DMA from a table in memory automatically sets the graphics pattern registers for each scan line. Hardware registers control the horizontal position of each player and missile. Vertical motion is achieved by moving the bitmap data within a player or missile's strip. The feature was called player/missile graphics by Atari.
Texas Instruments developed the TMS9918 chip with sprite support for its 1979 TI-99/4 home computer. An updated version is used in the 1981 TI-99/4A.
Sprites remained popular with the rise of 2.5D games (those which recreate a 3D game space from a 2D map) in the late 1980s and early 1990s. A technique called billboarding allows 2.5D games to keep onscreen sprites rotated toward the player view at all times. Some 2.5D games, such as 1993's Doom, allow the same entity to be represented by different sprites depending on its rotation relative to the viewer, furthering the illusion of 3D.
Fully 3D games usually present world objects as 3D models, but sprites are supported in some 3D game engines, such as GoldSrc [17] and Unreal, [18] and may be billboarded or locked to fixed orientations. Sprites remain useful for small details, particle effects, and other applications where the lack of a third dimension is not a major detriment.
These are base hardware specs and do not include additional programming techniques, such as using raster interrupts to repurpose sprites mid-frame.
System | Sprite hardware | Introduced | Sprites on screen | Sprites per scan line | Max. texels on line | Texture width | Texture height | Colors | Zoom | Rotation | Collision detection | Transparency | Source |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Amstrad Plus | ASIC | 1990 | 16 | 16 | ? | 16 | 16 | 15 | 2, 4× vertical, 2, 4× horizontal | No | No | Color key | [19] |
Atari 2600 | TIA | 1977 | 5 | 5 | 19 | 1, 8 | 262 | 1 | 2, 4, 8× horizontal | Horizontal mirroring | Yes | Color key | [20] |
Atari 8-bit computers | GTIA/ANTIC | 1979 | 8 | 8 | 40 | 2, 8 | 128, 256 | 1 | 2× vertical, 2, 4× horizontal | No | Yes | Color key | [21] |
Commodore 64 | VIC-II | 1982 | 8 | 8 | 96, 192 | 12, 24 | 21 | 1, 3 | 2× integer | No | Yes | Color key | [22] |
Amiga (OCS) | Denise | 1985 | 8, can be reused horizontally per 4 pixel increments | Arbitrary, 8 unique | Arbitrary | 16 | Arbitrary | 3, 15 | Vertical by display list | No | Yes | Color key | [23] |
Amiga (AGA) | Lisa | 1992 | 8, can be reused horizontally per 2 pixel increments | Arbitrary, 8 unique | Arbitrary | 16, 32, 64 | Arbitrary | 3, 15 | Vertical by display list | No | Yes | Color key | |
ColecoVision | TMS9918A | 1983 | 32 | 4 | 64 | 8, 16 | 8, 16 | 1 | 2× integer | No | Partial | Color key | |
TI-99/4 & 4A | TMS9918 | 1979 | 32 | 4 | 64 | 8, 16 | 8, 16 | 1 | 2× integer | No | Partial | Color key | |
Gameduino | 2011 | 256 | 96 | 1,536 | 16 | 16 | 255 | No | Yes | Yes | Color key | [24] | |
Intellivision | STIC AY-3-8900 | 1979 | 8 | 8 | 64 | 8 | 8,16 | 1 | 2, 4, 8× vertical, 2× horizontal | Horizontal and vertical mirroring | Yes | Color key | [25] |
MSX | TMS9918A | 1983 | 32 | 4 | 64 | 8, 16 | 8, 16 | 1 | 2× integer | No | Partial | Color key | [26] |
MSX2 | Yamaha V9938 | 1986 | 32 | 8 | 128 | 8, 16 | 8,16 | 1, 3, 7, 15 per line | 2× integer | No | Partial | Color key | |
MSX2+ / MSX turbo R | Yamaha V9958 | 1988 | 32 | 8 | 128 | 8,16 | 8,16 | 1, 3, 7, 15 per line | 2× integer | No | Partial | Color key | |
Namco Pac-Man (arcade) | TTL | 1980 | 6 | 6 | 96 | 16 | 16 | 3 | No | Horizontal and vertical mirroring | No | Color key | [27] |
TurboGrafx-16 | HuC6270A | 1987 | 64 | 16 | 256 | 16, 32 | 16, 32, 64 | 15 | No | Horizontal and vertical mirroring | Yes | Color key | [28] |
Namco Galaxian (arcade) | TTL | 1979 | 7 | 7 | 112 | 16 | 16 | 3 | No | Horizontal and vertical mirroring | No | Color key | [29] [30] [31] |
Nintendo Donkey Kong, Radar Scope (arcade) | 1979 | 128 | 16 | 256 | 16 | 16 | 3 | Integer | No | Yes | Color key | [32] | |
Nintendo DS | Integrated PPU | 2004 | 128 | 128 | 1,210 | 8, 16, 32, 64 | 8, 16, 32, 64 | 65,536 | Affine | Affine | No | Color key, blending | [33] |
NES/Famicom | Ricoh RP2C0x PPU | 1983 | 64 | 8 | 64 | 8 | 8, 16 | 3 | No | Horizontal and vertical mirroring | Partial | Color key | [34] |
Game Boy | Integrated PPU | 1989 | 40 | 10 | 80 | 8 | 8, 16 | 3 | No | Horizontal and vertical mirroring | No | Color key | [35] |
Game Boy Advance | Integrated PPU | 2001 | 128 | 128 | 1210 | 8, 16, 32, 64 | 8, 16, 32, 64 | 15, 255 | Affine | Affine | No | Color key, blending | [36] |
Master System, Game Gear | YM2602B VDP (TMS9918-derived) | 1985 | 64 | 8 | 128 | 8, 16 | 8, 16 | 15 | 2× integer, 2× vertical | Background tile mirroring | Yes | Color key | [37] [38] |
Genesis / Mega Drive | YM7101 VDP (SMS VDP-derived) | 1988 | 80 | 20 | 320 | 8, 16, 24, 32 | 8, 16, 24, 32 | 15 | No | Horizontal and vertical mirroring | Yes | Color key | [39] [40] |
Sega OutRun (arcade) | 1986 | 128 | 128 | 1600 | 8 to 512 | 8 to 256 | 15 | Anisotropic | Horizontal and vertical mirroring | Yes | Alpha | [41] [42] [43] [44] [45] [46] [47] | |
X68000 | Cynthia jr. (original), Cynthia (later models) | 1987 | 128 | 32 | 512 | 16 | 16 | 15 | 2× integer | Horizontal and vertical mirroring | Partial | Color key | [48] [49] [50] |
Neo Geo | LSPC2-A2 | 1990 | 384 | 96 | 1536 | 16 | 16 to 512 | 15 | Sprite shrinking | Horizontal and vertical mirroring | Partial | Color key | [51] [52] [53] |
Super NES / Super Famicom | S-PPU1, S-PPU2 | 1990 | 128 | 34 | 256 | 8, 16, 32, 64 | 8, 16, 32, 64 | 15 | No | Horizontal and vertical mirroring | No | Color key, averaging | [54] |
System | Sprite hardware | Introduced | Sprites on screen | Sprites on line | Max. texels on line | Texture width | Texture height | Colors | Hardware zoom | Rotation | Collision detection | Transparency | Source |
The Atari 5200 SuperSystem or simply Atari 5200 is a home video game console introduced in 1982 by Atari, Inc. as a higher-end complement for the popular Atari Video Computer System. The VCS was renamed to Atari 2600 at the time of the 5200's launch. Created to compete with Mattel's Intellivision, the 5200 wound up a direct competitor of ColecoVision shortly after its release. While the Coleco system shipped with the first home version of Nintendo's Donkey Kong, the 5200 included the 1978 arcade game Super Breakout, which had already appeared on previous Atari home platforms.
The Atari 7800 ProSystem, or simply the Atari 7800, is a home video game console officially released by Atari Corporation in 1986 as the successor to both the Atari 2600 and Atari 5200. It can run almost all Atari 2600 cartridges, making it one of the first consoles with backward compatibility. It shipped with a different joystick than the 2600-standard CX40 and included Pole Position II as the pack-in game. The European model has a gamepad instead of a joystick. Most of the early releases for the system are ports of 1981–1983 arcade video games. The final wave of 7800 cartridges are closer in style to what was available on other late 1980s consoles, such as Scrapyard Dog and Midnight Mutants.
Parallax scrolling is a technique in computer graphics where background images move past the camera more slowly than foreground images, creating an illusion of depth in a 2D scene of distance. The technique grew out of the multiplane camera technique used in traditional animation since the 1930s.
The Atari 8-bit computers, formally launched as the Atari Home Computer System, are a series of home computers introduced by Atari, Inc., in 1979 with the Atari 400 and Atari 800. The architecture is designed around the 8-bit MOS Technology 6502 CPU and three custom coprocessors which provide support for sprites, smooth multidirectional scrolling, four channels of audio, and other features. The graphics and sound are more advanced than most of its contemporaries, and video games are a key part of the software library. The 1980 first-person space combat simulator Star Raiders is considered the platform's killer app.
A blitter is a circuit, sometimes as a coprocessor or a logic block on a microprocessor, dedicated to the rapid movement and modification of data within a computer's memory. A blitter can copy large quantities of data from one memory area to another relatively quickly, and in parallel with the CPU, while freeing up the CPU's more complex capabilities for other operations. A typical use for a blitter is the movement of a bitmap, such as windows and icons in a graphical user interface or images and backgrounds in a 2D video game. The name comes from the bit blit operation of the 1973 Xerox Alto, which stands for bit-block transfer. A blit operation is more than a memory copy, because it can involve data that's not byte aligned, handling transparent pixels, and various ways of combining the source and destination data.
Battlezone is a first-person shooter tank combat game released for arcades in November 1980 by Atari, Inc. The player controls a tank which is attacked by other tanks and missiles. Using a small radar scanner along with the terrain window, the player can locate enemies and obstacles around them in the barren landscape. Its innovative use of 3D graphics made it a huge hit, with approximately 15,000 cabinets sold.
A graphics processing unit (GPU) is a specialized electronic circuit initially designed for digital image processing and to accelerate computer graphics, being present either as a discrete video card or embedded on motherboards, mobile phones, personal computers, workstations, and game consoles. After their initial design, GPUs were found to be useful for non-graphic calculations involving embarrassingly parallel problems due to their parallel structure. Other non-graphical uses include the training of neural networks and cryptocurrency mining.
2.5D perspective refers to gameplay or movement in a video game or virtual reality environment that is restricted to a two-dimensional (2D) plane with little to no access to a third dimension in a space that otherwise appears to be three-dimensional and is often simulated and rendered in a 3D digital environment.
Galaxian is a 1979 fixed shooter arcade video game developed and published by Namco. The player assumes control of the Galaxip starfighter in its mission to protect Earth from waves of aliens. Gameplay involves destroying each formation of aliens, who dive down towards the player in an attempt to hit them.
Galaga is a 1981 fixed shooter arcade video game developed and published by Namco. In North America, it was released by Midway Manufacturing. It is the sequel to Galaxian (1979), Namco's first major video game hit in arcades. Controlling a starship, the player is tasked with destroying the Galaga forces in each stage while avoiding enemies and projectiles. Some enemies can capture a player's ship via a tractor beam, which can be rescued to transform the player into a "dual fighter" with additional firepower.
The FM Towns is a Japanese personal computer built by Fujitsu from February 1989 to the summer of 1997. It started as a proprietary PC variant intended for multimedia applications and PC games, but later became more compatible with IBM PC compatibles. In 1993, the FM Towns Marty was released, a game console compatible with existing FM Towns games.
The Television Interface Adaptor (TIA) is the custom computer chip which, along with a variant of the MOS Technology 6502, constitutes the heart of the 1977 Atari Video Computer System game console. The TIA generates the screen display, sound effects, and reads the controllers. At the time the Atari VCS was designed, even small amounts of RAM were expensive. The chip was designed without the extra circuitry of a framebuffer, instead requiring detailed programming to create even a simple display.
The golden age of arcade video games was the period of rapid growth, technological development, and cultural influence of arcade video games from the late 1970s to the early 1980s. The release of Space Invaders in 1978 led to a wave of shoot-'em-up games such as Galaxian and the vector graphics-based Asteroids in 1979, made possible by new computing technology that had greater power and lower costs. Arcade video games switched from black-and-white to color, with titles such as Frogger and Centipede taking advantage of the visual opportunities of bright palettes.
The following article is a broad timeline of arcade video games.
Fueled by the previous year's release of the colorful and appealing Pac-Man, the audience for arcade video games in 1981 became much wider. Pac-Man influenced maze games began appearing in arcades and on home systems. Pac-Man was the highest grossing video game for the second year in a row. Nintendo's Donkey Kong defined the platform game genre, while Konami's Scramble established scrolling shooters. The lesser known Jump Bug combined the two concepts into both the first scrolling platform game and the first platform shooter. Other arcade hits released in 1981 include Defender, Frogger, and the Galaxian sequel Galaga.
1979 saw many sequels and prequels in video games, such as Space Invaders Part II and Super Speed Race, along with new titles such as Asteroids, Football, Galaxian, Head On, Heiankyo Alien, Monaco GP, Sheriff and Warrior. For the second year in a row, the highest-grossing video game was Taito's arcade game Space Invaders and the best-selling home system was the Atari Video Computer System.
A raster interrupt is an interrupt signal in a legacy computer system which is used for display timing. It is usually, though not always, generated by a system's graphics chip as the scan lines of a frame are being readied to send to the monitor for display. The most basic implementation of a raster interrupt is the vertical blank interrupt.
The TMS34010, developed by Texas Instruments and released in 1986, was the first programmable graphics processor integrated circuit. While specialized graphics hardware existed earlier, such as blitters, the TMS34010 chip is a microprocessor which includes graphics-oriented instructions, making it a combination of a CPU and what would later be called a GPU. It found use in arcade video games from the late 1980s through the mid 1990s, including Mortal Kombat and NBA Jam, and computer workstation video accelerator boards. TI later released the TMS34020 with an emphasis on 3D rendering.
A tile-based video game, or grid-based video game, is a type of video game where the playing area consists of small square graphic images referred to as tiles laid out in a grid. That the screen is made of such tiles is a technical distinction, and may not be obvious to people playing the game. The complete set of tiles available for use in a playing area is called a tileset. Tile-based games usually simulate a top-down, side view, or 2.5D view of the playing area, and are almost always two-dimensional.
A variety of computer graphic techniques have been used to display video game content throughout the history of video games. The predominance of individual techniques have evolved over time, primarily due to hardware advances and restrictions such as the processing power of central or graphics processing units.
[…] 6 moving characters, what you would call today "sprites" we called them "stamps" back then, […].
{{cite web}}
: CS1 maint: bot: original URL status unknown (link)