I like this one alot. It still uses the proportional fonts and draws in tile mode. The sinus pattern in the background uses a realtime allocation of tile maps for each frame. The plot routine calculates if a tile has already been allocated for that area of screen and allocates one if needed. The routine then draws the point at the correct point on the tile. The large scroller at the bottom is drawn using sprites. It is also rendered using proportionate spacing even though most of the characters are 24 pixels wide.
Thanks for Rog for supplying us with his latest Scroller routines to look at. Attachments Beanscroller File size: 212 KB Downloads: 79 Publication author offline 6 days mus@shi9 0 Comments: 1163Publics: 2786Registration: 06-03-2017
Thanks for Rog for supplying us with his latest routines to look at. Attachments BeamHack2 File size: 353 KB Downloads: 56 Publication author offline 6 days mus@shi9 0 Comments: 1163Publics: 2786Registration: 06-03-2017
A special thanks to ROG for this commented source code.. More to come Download the source files below Attachments Radix_Theory File size: 36 KB Downloads: 161 Publication author offline 6 days mus@shi9 0 Comments: 1163Publics: Read more…
I like this one alot. It still uses the proportional fonts and draws in tile mode. The sinus pattern in the background uses a realtime allocation of tile maps for each frame. The plot routine calculates if a tile has already been allocated for that area of screen and allocates one if needed. The routine then draws the point at the correct point on the tile. The large scroller at the bottom is drawn using sprites. It is also rendered using proportionate spacing even though most of the characters are 24 pixels wide.