darkly 0.5.0

A GPU-native paint engine on wgpu: brushes, layers, blend modes, masks, selections, and undo.
Documentation
name: Airbrush
category: Basic
nodes:
  1:
    type: pen_input
  2:
    type: paint_color
  3:
    type: shape
    port_defaults:
      softness: 1.0
  4:
    type: stamp
  5:
    type: paint
connections:
- '1.position -> 5.position'
- '1.pressure -> 5.flow'
- '2.color -> 4.color'
- '3.mask -> 4.tip'
- '4.dab -> 5.rgba'
exposed_ports:
  "1.stabilize": {}
  "5.size": {}
  "3.softness": {}
  "5.flow": {}
  "5.opacity": {}