🌞   πŸŒ›

Programming

  • A “little” thing as a broken iPad won’t stop me from making art. I made this when the iPad was almost gone.

    simple animated GIF showing a cat and a pirate

    And the other piece I made with a PETSCII editor on my RPi, based on a piece I did earlier this month.

    PETSCII art of Boys Will Be Boys

    Not having a backup for my Raspberry Pi makes me a bit nervous, as it should
    πŸŽ¨πŸ±πŸ‘¨β€πŸ’»πŸ•ΉοΈπŸ‘Ύ

  • This was taxing my iPad. Youtube in Safari with adblocker as picture in picture on top of a drawing app. The strokes had to be placed tactically to allow for overall sluggishness. Also, very distractive drawing and watching a video.
    πŸŽ¨πŸ‘¨β€πŸ’»πŸ“Ί

    screenshot of drawing in ibisPaint X with a Youtube video floating above it
  • As Hanna-Barbera cartoons of the eighties have taught us, cats can without most clothes, except the most essential, like a hat or a cane.
    πŸŽ¨πŸ±πŸ‘¨β€πŸ’»πŸ•ΉοΈπŸ‘Ύ

    Commodore 64 multi-color bitmap painting of an antromorphized cat behind a pile of clothes
  • I find it always such a surprise how a pixel art drawing I made subtly (or sometimes radically) changes to conform to the rigors of the C64 multicolor bitmap.

    Other than that, I used some of the edging techniques (sharp, lost and soft edges). So there’s that too. Happy 😊 camper here!
    πŸŽ¨πŸ‘½πŸ‘¨β€πŸ’»πŸ•ΉοΈπŸ‘Ύ

    Commodore 64 multipaint drawing of an anime version of Rick Deccard
  • Searching on Flickr for Creative Commons photos of kittens I found this cute black and white one. I used it as reference for my C64 hi-res bitmap pixel art drawing.

    Sometimes less color is better. Especially if the one depicted is staring into your soul.
    πŸŽ¨πŸ‘¨β€πŸ’»πŸ‘ΎπŸ•ΉοΈπŸ±πŸ˜ˆ

    Commodore 64 hi-res pixel art drawing of a black and white kitten
  • I didn’t get to experiment with edges. Still, I drew something I love, so that’s good.

    Maybe advice from an oil painter doesn’t translate all that well to pixel art. Pixel art has more in common with decorative art (like embroidery) than with traditional art you can hang on a wall.
    πŸŽ¨πŸ±πŸ‘¨β€πŸ’»πŸ•ΉοΈπŸ‘Ύ

    Commodore 64 multipaint illustration of two kittens, one sniffing a flower
  • Public domain now?
    πŸŽ¨πŸ‘¨β€πŸ’»πŸ•ΉοΈπŸ‘Ύ

    Commodore 64 multicolor illustration of a cartoon mouse holding a piece of cheese and a drink animated GIF of drawing process
  • I suppose the lesson to be learned here is:

    Don’t look into the spiral, or you’ll go cuckoo, bananas, Dada

    A quick peek is no problem, though.
    πŸŽ¨πŸ‘¨β€πŸ’»πŸ•ΉοΈπŸ‘Ύ

    Commodore 64 hires bitmap image showing a spiral and a confused artist
  • Another day, another cat drawing. This time our more blocky version of a feline fellow creature. Sketch in ibisPaint X and final drawing in Commodore 64 multicolor bitmap (160 x 200 resolution, 16 colors). If I could, I’d knit him a cozy sweater.
    πŸ±πŸŽ¨πŸ‘¨β€πŸ’»πŸ•ΉοΈπŸ‘Ύ

    illustration of a stylized cat with chunk in blocked letters written underneath Commodore 64 multicolor bitmap image of a chunky cat illustration
  • I think I’m starting to grasp how to draw in C64 multicolor. You get three colors that can be used anywhere, and per 8 by 8 pixels block you get to pick another color out of 16 possible colors. Careful placement of the pixels is key. If you do it right, you can have a very colorful image
    πŸŽ¨πŸ‘¨β€πŸ’»πŸ•ΉοΈπŸ‘Ύ

    cheeky multicolor illustration on the Commodore 64, stating that boys will be boys
  • Another day, another cat drawing for the old Commodore 64
    😻 🎨 πŸ‘¨β€πŸ’» πŸ•ΉοΈ πŸ‘Ύ

    Commodore 64 multicolor drawing of a blue cat on a red background
  • I reworked an older self-portrait that I made last year as a pixel art drawing, and turned it into an image on the Commodore 64. I like that the limited color palette doesn’t seem to limit me as much as it used to. It takes some effort (well, a lot of effort), but I think it was worth the time.
    🎨 πŸ‘¨β€πŸ’» πŸ•ΉοΈ πŸ‘Ύ

    Commodore 64 multicolor selfie
  • Here are some of the steps I took to create a multicolor pixel art drawing of a cat.

    grayscale image of a cat drawn in ibisPaint X

    drawn in ibisPaint X in 4 colors

    colored pixel art of the same cat in Pixaki

    traced and redrawn in Pixaki

    colored pixel art of the cat display in VICE C64

    made into C64 runnable multicolor art with MultiPaint, loaded into VICE C64

    It’s a process, taking many hours to complete. I think I’m improving.

    πŸ‘¨β€πŸ’»πŸŽ¨

  • Making room for two text screens, so I can use them for buffering is great, but running it from C64 Basic is one ugly hack, and slow too. But I’ve done it, which is great, since I learned a lot from it, and that was the whole point here. The code I keep, in case I need (some of) it πŸ‘¨β€πŸ’»

    screenshot of Commodore 64 Basic code in VS Code
  • I fired up my art app and sculpted on a canvas the size of a retro-computer’s text character (8 pixel wide and 8 pixels high). I had to struggle, because the app wanted it to look nicer than it really was.

    I suppose you can already guess what it represents. You can do a lot in 64 bits of data πŸ‘¨β€πŸ’»πŸŽ¨

    8 by 8 sprite of a black cat animated GIF of drawing process of an 8 by 8 sprite of a black cat
  • Okay, I have a Basic loader with M/L code that enables a screen buffer and has a handy relocatable M/L routine at $C000 that copies 1024 bytes. Bits 4 - 7 of $D018 control which part of memory is used to display the screen. Now I have all I need for moving a block of characters in C64 Basic, right? πŸ‘¨β€πŸ’»

  • Make room for a screen buffer in C64 Basic

    In my previous post in which I moved a box across the screen with a Basic program, I wanted to use a screen buffer. The default screen location starts in memory at $0400 (1024 decimal), and we can move the screen in units of 1024 bytes. The next location would be $0800 (2048 decimal), which is where … read more

  • With all the blogging I do daily, I wanted to automate correct capitalization. I reworked an shortcut that no longer worked to a working state. Select text, share, pick one, paste.

    • all lower case
    • UPPER CASE
    • Title Case in Case You Want It
    • Capitalize A Okay
    • Sentence. After each. Sentence.
  • Moving a box across the text screen in C64 Basic

    I was wondering how to move a collection of characters (e.g. a box) across a Commodore 64 text screen. It’s rather easy to do this destructively. In Basic, I wrote something that horizontally moves a 3-by-3 character rectangle constructed out of PETSCII characters. 10 rem *** 11 rem *** setup … read more

  • I wondered if a sprite rendered as a text character would make sense. It would have to move to one of the 1000 positions on a text screen of 25 lines and 40 columns in a C64. The character is 2 by 2 text characters, has 3 walking poses, and two extra text characters for the SFX. It could work πŸ‘¨β€πŸ’»

    animated GIF of little sprite walking down a C64 screen moving as a text character