Best macOS apps for creating playdate graphics?

This is sort of a companion thread to this one about iPad pixel art apps, but I'm wondering if someone can help point me towards a good app for doing monochrome pixel art on macOS.

The big feature I'm looking for is something that feels very basic, because it was in every paint app for classic Macintosh, which is the ability to paint pixel-by-pixel using a particular 8x8 pixel pattern.

I've tried at least 10 different pixel art apps for the mac (and a few for Windows too), and none of them have this feature! The two closest I found was Aseprite, which allows creating custom brushes from pixels in your image, but it doesn't let you paint pixel-by-pixel. If your pattern is, for example, 4x4 or 8x8, then it only lets you paint with brushes that are 4x4 or 8x8. As near as I can tell, there's no way to paint the pattern one pixel at a time. I'll give an honorable mention to Pixen, because they specifically added features to their app for doing Playdate graphics. But similar to Aseprite, they don't have this feature for painting patterns pixel-by-pixel (there's a tongue twister for you). It only allows tiling a pattern.

Is there anything better than running an old Macintosh painting app in an emulator?

1 Like

You're in luck!

I still use Classic Macintosh apps. And I maintain a list of Japanese pixel art apps from the past 40 years. And I've done extensive research into non-Japanese apps. Not many of them have the "draw with pattern as ink" feature, and most of them no longer work on modern systems, but one is all we need:

PoCo

  • http://www.poco256.org/en/
  • Uses an esoteric multi-window interface, but you get used to it
  • web manual available mostly English some Japanese, but browser translate works
  • Patterns default to dither shades but can be edited in the same way as MacPaint
  • Supports pressure sensitive drawing to adjust nib size
  • Keyboard shortcuts for next/prev size/pattern
  • To get a PNG from the .poco file you can simply copy and rename to .png
  • (The developer also created two paint apps for the once-hyped TRON-OS)

Here's the pattern editor (double-click any pattern to edit) they are saved globally with the app, not with the document.

Screen shot 2024-10-16 at 17.54.14

Piskel

Also, I maintain a desktop fork of Piskel to which I've added Playdate-specific features (image table import) and other new and additional features, improvements, fixes. But it doesn't have the feature you want. Though you can draw in dither patterns of 25%, 50%, 75% (and 100% and 0% obviously). And it has toggle pen!

MoePaint for PalmOS (and browser emulator)

  • pretty amazing
  • stylus drawing
  • on the go!
  • run it in your browser on macOS/iOS/Android/Windows using CloudpilotEmu
  • hi-res Palm device will let you see 320x240, so the majority of a full Playdate screen
  • zoom and pan, layers, tools, fills, etc.
  • https://palmdb.net/app/moepaint

Vector with fills

And finally I created an extension for Figma to allow me to create vector art with pixel fill patterns. That's how I do my 1-bit teaser art. Not quite what you want, but close, though sadly I have no plans to release this publicly. But it might give you some ideas what is possible.

5 Likes

One more...

AzPainter2

  • Old abandoned Windows app
  • It supports painting with any size user-defined texture as ink
  • This old Windows version can be run in Whisky (macOS Wine GUI)

AzPainterB

AzPainter3

3 Likes

I've split AzPainterB out with its own screenshot.

I asked the Japanese user who published the AzPainter3 tap and they were kind enough to publish a tap for AzPainterB!

Other apps

Also, worth mentioning that you can wrestle this behaviour out of many other apps (Photoshop, Paint Tool SAI) by using layer and draw modes, something like:

  1. Create a pattern that takes up the entire canvas
  2. Set it to black
  3. Block transparency
  4. Set the layer mode to lighter colour

Anything you draw will come through as the pattern. I don't personally do this, but I know this would be light work for heavy Photoshop users.

These are all fantastic suggestions, thank you! My cup runneth over.

1 Like

Looking forward to seeing your pixels.

Also: Pixaki Mac TestFlight Beta does it, but similar to Piskel it's only for dither patterns.