GraphiteEditor / Graphite

2D vector & raster editor that melds traditional layers & tools with a modern node-based, non-destructive, procedural workflow.
https://graphite.rs
Apache License 2.0
9.24k stars 441 forks source link

Tracking Issue: New nodes #912

Open Keavon opened 1 year ago

Keavon commented 1 year ago

This is a living, growing list.

Documentation for making new nodes: https://github.com/GraphiteEditor/Graphite/blob/master/node-graph/README.md

Noise

Image Dimensions

Image transformations

Image channels

Image adjustments

Other adjustments

Filters

Vector

Stroke (Modification)

Contour Tool/Node

Brush

Generic


Widgets

Instances (from Blender)

Instance Points (from Blender)

Utilities

Maths

NOTE: All will have Clamp Option (0.,1.)

Misc (from Blender)

giannissc commented 2 months ago

A good resource for nodes (vulkan compute shaders) useful in photo editing can be found in vkdt. Also Aurelien's blog has quite a few gems (if you don't mind his language) @Keavon

Keavon commented 2 months ago

Neat, thanks for the resources!