Email or username:

Password:

Forgot your password?
Devil Lu Linvega

I wanted a couple of different brushes 🤔 Pretty satisfying for a program in 2000 bytes.

7 comments
William D. Jones

@neauoire How'd you design the brushes? I would know the first thing about designing brushes properly :o...

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

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

Devil Lu Linvega

Selecting brush size based on stroke speed gives it a nice analog look.

xzixiy

@neauoire really cool, maybe another inktober this year? 👀

Devil Lu Linvega

@xzixiy yes! that's the plan, 2-bit illustrations this year, this my warm-up ;)

Go Up