Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

I really want to see a pattern that mimics the picoCAD shader which goes from one color to the next with only one in-between dither pattern, the 1:1 checker pattern. It would be the best thing since sliced bread, I'm telling u!

I believe that is the Bayer 2x2 pattern if I am understanding what you are saying correctly!

(2 edits)

Hello, and thanks for the response! PicoCAD's dithered shading is even simpler than Bayer 2x2. There's only one checkered pattern to create a gradient between colors A and B.  Here's a picture to help illustrate what I mean. Sorry for the confusion

(+1)

You're absolutely right! This seems very trivial to add. I just did a quick test and added a "PicoCAD" option to the dither patterns that goes perfectly with the PICO-8 palette that PixDither already has! To keep this plugin backwards-compatible, I had to add it wayyy at the end of the list though:

I went ahead and uploaded a new Windows build with this one added! Lemme know how it goes!

There will be some delay getting an updated OSX build uploaded due to my current build pipeline being kind of cheesy.

Whoa. Thank u for implementing this so soon; I'm amazed! I've already loaded it into AE and it works splendidly