New demo uploaded: ZoomText

All aspects of programming on the Commander X16.
Post Reply
SlithyMatt
Posts: 913
Joined: Tue Apr 28, 2020 2:45 am

New demo uploaded: ZoomText

Post by SlithyMatt »




ZoomText




View File






This is a demo of the X16's capability to use PETSCII graphic characters to build super-sized characters that are 4x the size of regular characters.

Simply load and run ZOOMTEXT.PRG and type away.

When you get bored, simply type "quit" (no shift!) to get back to BASIC. You can try with either the default PETSCII character set, or the mixed-case PETSCII set (by hitting Ctrl-N before running).

Follow on GitHub: https://github.com/SlithyMatt/x16-zoomtext






 
SlithyMatt
Posts: 913
Joined: Tue Apr 28, 2020 2:45 am

New demo uploaded: ZoomText

Post by SlithyMatt »


Today I learned that you can use an animated GIF for a screenshot in the software library. Pretty cool!

Putting it here, though, should blow it up:

zoomtext.gif.e92e69bf1fd511ff5f63e520f723487c.gif

Kilian Hekhuis
Posts: 24
Joined: Sun Jul 12, 2020 6:04 pm

New demo uploaded: ZoomText

Post by Kilian Hekhuis »

So how does this work, technically?

Verstuurd vanaf mijn motorola one hyper met Tapatalk

SlithyMatt
Posts: 913
Joined: Tue Apr 28, 2020 2:45 am

New demo uploaded: ZoomText

Post by SlithyMatt »



4 hours ago, Kilian Hekhuis said:




So how does this work, technically?

 



You can see the code here: https://github.com/SlithyMatt/x16-zoomtext

Basically, PETSCII has 16 different characters that let you have any combination of a 2x2 pixel grid, but as 8x8 characters with 4x4 squares at each corner. At the beginning, the current font is converted to 4x4 character matrices. Then each line is converted to these matrix sequences after it is typed.

SlithyMatt
Posts: 913
Joined: Tue Apr 28, 2020 2:45 am

New demo uploaded: ZoomText

Post by SlithyMatt »


Now on YouTube, a ZoomText demo with emojis! ???





I'll be posting the emoji creation code on here, as well. It is already in the ZoomText repo.

SlithyMatt
Posts: 913
Joined: Tue Apr 28, 2020 2:45 am

New demo uploaded: ZoomText

Post by SlithyMatt »


Beta version 0.2 now on GitHub, and available here for download/"Try It Now".

This version supports color:

ZoomText_0.2.png.5d90bf300f450dbde0ddd3613bb14671.png

SlithyMatt
Posts: 913
Joined: Tue Apr 28, 2020 2:45 am

New demo uploaded: ZoomText

Post by SlithyMatt »


Beta version 0.3 is now uploaded here and released on GitHub: https://github.com/SlithyMatt/x16-zoomtext/releases/tag/v0.3b

Post Reply