Petscii Editor

These files might not work on the most current version of the Commander X16, or these may be held over from the previous forum. To find previous versions of the emulator, so you can test old programs, please visit Our GitHub Page
Post Reply
ScragglyHermit
Posts: 5
Joined: Fri Dec 23, 2022 5:16 pm

Petscii Editor

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


Attachments
Petscii Editor
Petscii Editor
PetsciiNewYear.png (10.4 KiB) Viewed 4653 times
Petscii Editor
Petscii Editor
PetsciiHelp.png (13.57 KiB) Viewed 4653 times
petscii_edit.prg
Petscii Editor
(25.47 KiB) Downloaded 289 times

[The extension psk has been deactivated and can no longer be displayed.]

Post Reply