Email or username:

Password:

Forgot your password?
Top-level
Devil Lu Linvega

@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

2 comments
William D. Jones

@neauoire Is the bitmask the reason that parts of your strokes are orange as well as black (i.e. a two-bit bitmask)?

Devil Lu Linvega

@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

Go Up