Lovebyte 2025 Raspberry Pi1 Demos


Background

Lovebyte is a demoparty aimed directly at sizecoding! This is my Raspberry Pi/ARM/Linux entry!

You can also find my Apple II entries here

I also had a few Atari 2600 demos which you can find here

And finally, for good measure, see some minimal ANSI art here

Source Code

The full source code for all of these entries is available on my linux github project in the linux directory.

The Entry

Modern 512B -- Pi Miasma



510-byte Intro for ARMv6 Raspberry Pi/Linux. This is text mode with RGB ANSI control codes. Coded entirely in ARM32 assembly: no Thumb, no Thumb-2, no Divide instructions. No libraries (this is a valid staticly linked ELF binary, directly calling Linux syscalls).

The sine and cosine are calculated with 3 terms of taylor series. If you watch long enough you'll hit a discontinuity where it doesn't converge.

Finish: 8/8 512 Byte Modern Intro
Download:
pi_miasma_pouet.zip
Video: https://www.youtube.com/watch?v=uC4Zi5TdDxw
Sourcecode: plasma.s
Pouet: https://www.pouet.net/prod.php?which=103587


Back to my Demos