GraphiteEditor / GraphiteEditor/Graphite
Make a shape's Segment table use handles from the Point table
- 主要言語
- Rust
- スター
- 27.2k
- フォーク
- 1.3k
- 平均マージ
- 20時間 5分
- マージ済み PR(30日)
- 57
説明
Replace `SegmentDomain::handles` with a `Curvature` enum which describes the Bezier handle(s) or other curvature info like None for a polyline, Cubic, Quadratic, or even Arc or Conic or Euler Spiral or NURBS or other forms of curve representations.
This is the first step in making all data be attribute-driven in #1832.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start by locating SegmentDomain::handles and the Point table, then read the attribute-driven work tracked in #1832. Define the scope of the Curvature representation from the issue before changing the data model. Done means SegmentDomain::handles is replaced and the supported curvature forms, including None, Cubic, and Quadratic, are represented consistently.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- rust
- 領域
- computer-graphics
- issue の種類
- リファクタリング
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100