Page 1 of 1

Petscii Editor

Posted: Sat Dec 31, 2022 4:15 pm
by ScragglyHermit


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).




 




 




 



Improved UI. Added menus and copy tool.