Nyan cat meme with raster split

Basic and Machine Language

Moderator: Moderators

Post Reply
User avatar
javierglez
Vic 20 Hobbyist
Posts: 107
Joined: Sat Jun 03, 2017 3:33 pm

Nyan cat meme with raster split

Post by javierglez »

I coded the Nyan Cat meme for the VIC 20 +8k (I'll post the binary in the releases thread).
It uses the stable raster split method discussed in some threads on this forum (notably the Pitfall port with has improved graphics).
The animation has 12 frames but the color attributes barely change, which allowed me to reuse the sample code without having to master the raster timings.
The unusual background colors shown are orange and light blue in the rainbow, light magenta and light orange for the cat's body, rose for the cheeks and light green for the eyes. The remaining colors which are not used are light yellow and light cyan. The VIC 20 has no grey that's the reason why the face and the limbs are white and the eyes light green.
Otherwise I think the VIC colours matches pretty much the original colors.
Attachments
2021-01-14 (2).png
User avatar
Mike
Herr VC
Posts: 4841
Joined: Wed Dec 01, 2004 1:57 pm
Location: Munich, Germany
Occupation: electrical engineer

Re: Nyan cat meme with raster split

Post by Mike »

LOL - funny this hasn't been ported earlier yet. :lol:
javierglez wrote:The VIC 20 has no grey [...]
You might take a look at this one: VIC 20 in Black and White mode, and to quote from there:
Mike wrote:Greyscale output is achieved by mixing green, and purple for a dark grey, light green and light purple for a light grey. 8)
I use a stable raster routine of my own design for this.

Another method of outputting greyscale involves somewhat heavy dithering:

Image

More details found here: New Frontiers in VIC-Hires-Graphics, Part 16

Nicely done! :^)
User avatar
javierglez
Vic 20 Hobbyist
Posts: 107
Joined: Sat Jun 03, 2017 3:33 pm

Re: Nyan cat meme with raster split

Post by javierglez »

Thanks Mike, it's important to refloat these old threads, I've downloaded many things and read interesting posts from before I joined, but from time to time I come across another bunch of things.
User avatar
Mike
Herr VC
Posts: 4841
Joined: Wed Dec 01, 2004 1:57 pm
Location: Munich, Germany
Occupation: electrical engineer

Re: Nyan cat meme with raster split

Post by Mike »

javierglez wrote:[...] from time to time I come across another bunch of things.
:idea:
User avatar
majikeyric
Vic 20 Afficionado
Posts: 351
Joined: Fri Oct 24, 2014 2:08 pm
Website: http://majikeyric.free.fr
Location: France

Re: Nyan cat meme with raster split

Post by majikeyric »

I like it very much, Well done! :D
Post Reply