# Blitter object

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Blitter_object
> Markdown URL: https://mediated.wiki/source/Blitter_object.md
> Source: https://en.wikipedia.org/wiki/Blitter_object
> Source revision: 1311345790
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

{{Short description|Graphical element used by Amiga computers}}
{{multiple|
{{no footnotes|date=August 2014}}
{{one source |date=April 2024}}
}}
A '''blitter object''' ('''Bob''') is a graphical element (GEL) used by the [Amiga](/source/Amiga) computer. Bobs are [hardware sprite](/source/sprite_(computer_graphics))-like objects, movable on the screen with the help of the [blitter](/source/blitter) [coprocessor](/source/coprocessor).

==Overview==
The [AmigaOS](/source/AmigaOS) GEL system consists of VSprites, Bobs, AnimComps (animation components) and AnimObs (animation objects), each extending the preceding with additional functionality. While VSprites are a virtualization of hardware sprites Bobs are drawn into a playfield by the blitter, saving and restoring the background of the GEL as required. The Bob with the highest video priority is the last one to be drawn, which makes it appear to be in front of all other Bobs.

In contrast to hardware sprites Bobs are not limited in size and number. Bobs require more [processing power](/source/Clock_rate) than sprites, because they require at least one [DMA](/source/Direct_memory_access) memory copy operation to draw them on the screen. Sometimes three distinct memory copy operations are needed: one to save the screen area where the Bob would be drawn, one to actually draw the Bob, and one later to restore the screen background when the Bob moves away.

An AnimComp adds animation to a Bob and an AnimOb groups AnimComps together and assigns them velocity and acceleration.

== See also ==
* [Original Amiga chipset](/source/Original_Amiga_chipset)

== References ==
{{reflist}}

===General===
* Rob Peck (1986). '' ROM Kernel Reference Manual: Libraries and Devices'', [Addison-Wesley](/source/Pearson_PLC), {{ISBN|0-201-11078-4}}

{{AmigaOS}}

{{Portalbar|Amiga}}

Category:Amiga
Category:Amiga APIs
Category:Computer graphics
Category:Demo effects

---
Adapted from the Wikipedia article [Blitter object](https://en.wikipedia.org/wiki/Blitter_object) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Blitter_object?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
