Release

Square Moiré

2

was8bit 2019-11-30 11:40

Touch (tap) the screen to see different patterns...


PranXter 2020-03-15 16:02

How is this possible without characters?


was8bit 2020-03-15 17:43

It is STILL done with characters... this simple answer is this...

1) Place a know spread of blank characters on the screen (fancy tricks are required to fill the whole screen, w/o fancy tricks your animated screen size is 16x16)

2) use PEEK POKE and math tricks to properly edit the characters in live memory

And presto, you create the illusion of pixel drawing...


was8bit 2020-03-15 17:45

here is my 10x10 version that allows 6 colors per cell (layered double backgrounds)

https://lowresnx.inutilis.com/topic.php?id=854


was8bit 2020-03-15 17:48

This uses 80 cells, repeated and flipped..

https://lowresnx.inutilis.com/topic.php?id=843


was8bit 2020-03-15 17:54

Here is my own 16x16 version...

https://lowresnx.inutilis.com/topic.php?id=645


was8bit 2020-03-15 17:55

This one uses a frame buffer trick to get full screen...

https://lowresnx.inutilis.com/topic.php?id=248


was8bit 2020-03-15 17:56 (Edited)

This one is my favorite :)

https://lowresnx.inutilis.com/topic.php?id=216


Log in to reply.