SP1 Multiscroll: Map Management

You can find a demo of the map scrolling system described below in the src/sp1-multi-map folder or you can download the TAP file. I encourage you to download the TAP file and play with it while reading the article; It will help you a lot to understand the algorithms described here.

SP1 Multiscroll: Performance Baseline

We can’t optimize what we can’t measure, so my first step at multiscrolling is to do some Proof of Concept routines and establish a code harness where I can run some accounting in the background, and run any routine I want while measuring its performance. Of course this harness is also a testbed to debug the scrolling routines during its development.

SP1 Scrolling: Video Tutorial

Following Derek Fountain’s suggestion, I have prepared a video presentation on my previous SP1 Scrolling articles. Some SP1 background and detailed explanations on how the examples work are included; they are also shown running: