Log In  

Cart #simiyuhomu-1 | 2023-11-09 | Code ▽ | Embed ▽ | No License
10

My first computer (Fujitsu FM-7, in the early 80s) had a BASIC command called 'symbol()', which allowed drawing text as graphics instead of print() to character RAM. It was incredibly slow (I could watch it draw from the top to the bottom) and could only do integer ratio zoom, but we absolutely loved the command...
This small snippet is my attempt to revive it in PICO-8.

EDIT: I've added 'scale_x' and 'scale_y' parameters. When given negative values, the text is flipped.

P#137119 2023-11-08 11:37 ( Edited 2023-11-09 08:02)

neat :)

P#137129 2023-11-08 19:23

Fun, and I totally get the feeling.
My 1st computer was an amstrad CPC 464 and I also miss using some BASIC magic commands like EVERY to handle interrupts (!), the color commands PEN PAPER INK and BORDER (internally very similar to Pico-8), and the dark arts of messing with the display chip with OUT commands.
Now I want to write a locomotive basic interpreter for PICO-8 :)
Any CPC fan willing work on it with me ?

P#137156 2023-11-09 14:03

[Please log in to post a comment]