darkly 0.5.0

A GPU-native paint engine on wgpu: brushes, layers, blend modes, masks, selections, and undo.
Documentation
name: Rough Ink
category: Basic
nodes:
  1:
    type: pen_input
    port_defaults:
      stabilize: 0.6
  2:
    type: paint_color
  3:
    type: curve
    params:
      curve:
      - - 0.0
        - 0.0
      - - 0.4
        - 0.7
      - - 1.0
        - 1.0
  4:
    type: random
  5:
    type: random
  6:
    type: random
  7:
    type: shape
    params:
      algorithm: 1
    port_defaults:
      frequency: 8.0
      octaves: 4.0
      softness: 0.1
  8:
    type: stamp
  9:
    type: paint
connections:
- '1.position -> 9.position'
- '1.pressure -> 3.input'
- '1.pressure -> 9.flow'
- '2.color -> 8.color'
- '3.output -> 9.size_input'
- '4.value -> 7.amplitude'
- '5.value -> 7.rotation_input'
- '6.value -> 7.seed'
- '7.mask -> 8.tip'
- '8.dab -> 9.rgba'
exposed_ports:
  "1.stabilize": {}
  "9.size": {}
  "9.flow": {}
  "9.opacity": {}