Home

Awesome

Parallel Multiverse

This is Abyss´ contribution to the Revision 2020 Demoscene event.

Demozoo

Pouet

YouTube

Download binary from scene.org (including Java runtime)

Download binary without Java runtime: Look at 'Releases' right here on GitHub

Credits

Music by Neurodancer:

Graphics:

Code:

This is my first demo in this millenium. It is written in pure native naked Java, which means i haven´t included any external API, no OpenGL, no DirectX, no esoteric stuff of any kind.

Why the hell: You hardly can continue making demos from the point where you stopped 23 years ago. So when i discovered Coda which gave me the motivation to make 'one more demo', i decided not to restart on Amiga, but to try Java. Knowing that Java is far from being the perfect language for that job. Knowing that accurate timing is hardly possible, taking over the CPU simply impossible. That not enough, i also decided not to play around with outdated OpenGL Java APIs, but to use my own engine which simply promotes an integer array as chunky buffer. With this limitations, creating the demo was in fact real fun.

Technical comments:

How to build:

If you´re not familiar with the build tool 'Apache Maven', these few lines might help: