New graphics upload: Petscii Editor

All aspects of programming on the Commander X16.
Post Reply
ScragglyHermit
Posts: 5
Joined: Fri Dec 23, 2022 5:16 pm

New graphics upload: Petscii Editor

Post by ScragglyHermit »




Petscii Editor




View File






A very simple petscii graphic editor for the x-16. With only a few functions:


  • enter a single char


  • draw a line


  • draw a rectangle


  • copy a region


  • save a drawing


  • load a drawing


HELP.PSK - example file and also help

Binary File format  (.PSK):


  • a few bytes for the header (will change)


  • 2 bytes for width (currently only 80)


  • 2 bytes for height (currently only 60)


  • data array of interleaved character code (1 byte) and color (1 byte). Almost the same as Vera except Vera pads width to 256 columns (not 80).


 
PetsciiHelp.png
PetsciiNewYear.png






 
Post Reply