@neauoire How'd you design the brushes? I would know the first thing about designing brushes properly :o...
Top-level
@neauoire How'd you design the brushes? I would know the first thing about designing brushes properly :o... 3 comments
@neauoire Is the bitmask the reason that parts of your strokes are orange as well as black (i.e. a two-bit bitmask)? @cr1901 the bitmasks are only 1bit, but the way this program works is that it increments the 2-bit color value of the the pixel color underneath, so it creates these middle colors. In the last illustration I made, that's how I got all these grey pixels in |
@cr1901 Right now these are just brush shapes, which is painting pixels from a bit mask. But ideally, the brush size should decrease based on the stroke distance, that's one thing that's annoying right now