GraphiteEditor/Graphite

Node for calculating the "medial axis transform and "straight skeleton"

Open

#2,409 创建于 2025年3月8日

在 GitHub 查看
 (2 评论) (3 反应) (0 负责人)Rust (1,176 fork)batch import
GraphicsHelp Wanted

仓库指标

Star
 (25,662 star)
PR 合并指标
 (平均合并 6天 9小时) (30 天内合并 65 个 PR)

描述

https://en.wikipedia.org/wiki/Topological_skeleton?useskin=vector#/media/File:Skel.png https://scikit-image.org/docs/stable/auto_examples/edges/plot_skeleton.html

Vector straight skeletons can be used as efficient rigs for animating more complex 2D shapes. Skeleton rig will automatically have the most efficient amount of control points per shape.

In raster graphics MAT in a form of gradients are a great way of making various masks that are either very time consuming or impractical to do by hand. MAT-based masks are also very useful in making textures for 3D. An example of how this could work is Distance Map in GIMP: Filters -> Generic -> Distance Map

贡献者指南