{{htmlmetatags>metatag-robots=()
metatag-title=(Drawing 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 graphic primitives.)
metatag-media-og:image=(:demo_drawing.png)
metatag-og:title=(Drawing demo for midres library)
metatag-og:description=(This demo makes a simple animation by using graphic primitives.)
}}
====== DEMO: DRAWING ======
===== DESCRIPTION =====
{{youtube>szcBN_2pn2o?medium}}
This is one of the [[:midres_library:demos|demostration programs]] that make a simple animation by using graphic primitives. The animation consists in the drawing of a certain number of buildings (depending on the space available on the screen) and the following deletion.
===== AVAILABLE ON =====
This program is avalable on following ''TARGETS'':
* Commodore 64 (''c64'')
* Commodore 64 with [[:ovl6502|overlay support]] (''c64ovl'')
* Commodore VIC20 with expansion RAM (''vic2024'')
* Commodore 16 (''c16'')
* Commodore PLUS/4 (''plus4'')
* Commodore C128 (''c128'')
===== OVERLAY MODULES =====
If [[:ovl6502|overlay support]] is enabled, it requires the following overlay modules:
* ''mr1'' (screen) [about: 867 bytes]
* ''mr4'' (screen) [about: 3.199 bytes]
===== EXECUTABLES =====
* [[https://github.com/spotlessmind1975/midres/releases/download/v1.3/midres.drawing.c64.d64|Disk image]] for Commodore 64
* [[https://github.com/spotlessmind1975/midres/releases/download/v1.3/midres.drawing.c64ovl.d64|Disk image]] for Commodore 64 (with [[:ovl6502|overlay support]])
* [[https://github.com/spotlessmind1975/midres/releases/download/v1.3/midres.drawing.vic2024.d64|Disk image]] for Commodore VIC=20
* [[https://github.com/spotlessmind1975/midres/releases/download/v1.3/midres.drawing.plus4.d64|Disk image]] for Commodore PLUS/4
* [[https://github.com/spotlessmind1975/midres/releases/download/v1.3/midres.drawing.c16.d64|Disk image]] for Commodore 16
===== SOURCE CODE =====
[[https://github.com/spotlessmind1975/midres/blob/master/src/demo_drawing.c|demo_drawing.c]] on [[https://github.com/spotlessmind1975/midres|official repository]]