darkly 0.5.0

A GPU-native paint engine on wgpu: brushes, layers, blend modes, masks, selections, and undo.
Documentation
1
2
3
4
5
6
7
8
//! Import parsers for third-party brush formats.
//!
//! Each format gets its own submodule with a typed AST and a `parse_*` entry
//! point. Currently only Krita (`.kpp`) presets are supported. Output is a
//! debug-friendly representation — conversion into Darkly's native brush graph
//! is a separate later step driven by what we learn from real-world brushes.

pub mod krita;