npainter icon indicating copy to clipboard operation
npainter copied to clipboard

fast and simple digital painting software

Results 4 npainter issues
Sort by recently updated
recently updated
newest added

still compiles without header guards but needed for proper c good practices

current blur implementation is tricky: downscaling -> blur -> upscaling - it works very fast enough but it does many pixel sampling and is not cache friendly - 4 box...

new ui/ux is still very incomplete so there are hacky code around and make difficult usage of fancy gui features such widget composition and event propagation/forwarding, etc. - dock system...

brush.nim will be untangled to introduce stabilizer and curve fitting without bloating such module