{{htmlmetatags>metatag-robots=() metatag-title=(Bitblit demo for midres library) metatag-keywords=(C,library,Midres,Bitmaps,Commodore 64,Commodore VIC20,Commodore 16) metatag-description=(This demo makes a simple animation by using bit blit primitives.) metatag-media-og:image=(:demo_bitblit.png) metatag-og:title=(Bitblit demo for midres library) metatag-og:description=(This demo makes a simple animation by using bit blit primitives.) }} ====== DEMO: BITBLIT ====== ===== DESCRIPTION ===== {{youtube>tAFpRapIIWE?medium}} This is one of the [[:midres_library:demos|demostration programs]] that make a simple animation by using bit blit primitives. The animation consists in moving a checked square around the screen. When it reaches a border, the checked square change direction. ===== AVAILABLE ON ===== This program is avalable on following ''TARGETS'': * Commodore 64 (''c64'') * Commodore C128 (''c128'') ===== EXECUTABLES ===== * [[https://github.com/spotlessmind1975/midres/releases/download/v1.3/midres.bitblit.c64.d64|Disk image]] for Commodore 64 ===== SOURCE CODE ===== [[https://github.com/spotlessmind1975/midres/blob/master/src/demo_bitblit.c|demo_bitblit.c]] on [[https://github.com/spotlessmind1975/midres|official repository]]