pouët.net

TransPlotter 101 by SinDiKat [web]

TransPlotter 101

Author:      Michal "Loki" Lokša [SinDiKat]
System:      C64
Language:    Assembler
Compiled by: KickAssembler 1.3.5

Description:
This intro is inspired by Ace plotter (https://csdb.dk/release/?id=2558)
There is 17 effects. Each effect has 8 constants.
Between two effects is created transition which linear move all
constants from one set to second set.
At Forever party 2026 was presented intro in multicolor version
because it is better visible in big screen.
Hires version which is nicer is included.
Source code is also included.
Two things are precalculated at the beginning.
1. - Sinus values. It is calling standard float sin routine from Basic ROM.
2. - Addresses of beginning of each line in bitmap mode
All other calculations are done on the fly
Tech data:
 - 101 dots / points / pixels
 - moving in area 200x200 pixels
 - running at native C64 frame rate 50.125Hz