RetroGame Programming - Ultima-style tile engine for Apple II (Part 4 - Frame Rate Tests)

Published 2024-02-16
Here we take a look at the results of all that work, and how the techniques differ in speed, with some frame rate testing.
-------------------------------------
A new series where I try to create a faster tile-based screen redraw engine like the Ultima series. This is intended to be primarily a tech demo and seeing if, and how, possible it might be to create a fast(er) tile draw engine. Some aspects will be built out, like basic animations and a map buffer that gets the map from disk to allow moving around, but otherwise "game" things like putting text on the screen or combat, etc will not be implemented. This is strictly designed around the screen redraw, basic movement and basic animations. I will be doing a version for Ultima 4 and Ultima 5 for testing and proof-of-concept.

All Comments (1)