{{htmlmetatags>metatag-robots=()
metatag-title=(Tiles 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 tiles primitives.)
metatag-media-og:image=(:demo_tiles.png)
metatag-og:title=(Tiles demo for midres library)
metatag-og:description=(This demo makes a simple animation by using tiles primitives.)
}}
====== DEMO: TILES ======
===== DESCRIPTION =====
{{youtube>iHu1ky33qPw?medium}}
This is one of the [[:midres_library:demos|demostration programs]] that make a simple animation by using tiles primitives. The animation consists in making a certain number of water drops raining from the top to the bottom of the screen.
===== AVAILABLE ON =====
This program is avalable on following ''TARGETS'':
* Commodore 64 (''c64'')
* Commodore VIC=20 with expansion memory (''vic2024'')
* Commodore PLUS/4 (''plus4'')
* Commodore C128 (''c128'')
* Atari XEGS, 130, 800, 320XE (Compy-Shop), 320XE (Rambo XL), 800XL, 1200XL (''atari'')
===== EXECUTABLES =====
* [[https://github.com/spotlessmind1975/midres/releases/download/v1.3/midres.tiles.c64.d64|Disk image]] for Commodore 64
* [[https://github.com/spotlessmind1975/midres/releases/download/v1.3/midres.tiles.vic2024.d64|Disk image]] for Commodore VIC=20
* [[https://github.com/spotlessmind1975/midres/releases/download/v1.3/midres.tiles.plus4.d64|Disk image]] for Commodore PLUS/4
* [[https://github.com/spotlessmind1975/midres/releases/download/v1.4-alpha/midres.tiles.atari.atr|Disk image]] for Atari 8 bit
===== SOURCE CODE =====
[[https://github.com/spotlessmind1975/midres/blob/master/src/demo_tiles.c|demo_tiles.c]] on [[https://github.com/spotlessmind1975/midres|official repository]]