Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Create low barrier to entry UIs for Geometry Central

オープン
#205 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

@keenancrane がすでに取り組んでいます。

2025年1月11日 から。

評価

この issue はまだ評価されていません。

説明

enhancement infrastructure low-priority

There are a lot of great algorithms in GC, but it's sometimes annoying to have to build a whole C++ project, or hack on some "spaghetti" project, when you just want to do a few operations to a mesh, or a batch of meshes. (As you might want to do during, say, a paper deadline! :-P)

Doesn't seem like it would be too hard to hack together various ways of chaining together outputs and inputs:

  • a node-based interface for hooking up GC algorithms (e.g., via React Flow and Electron)
  • a collection of command line utilities for invoking GC algorithms, that support UNIX "piping" between utilities
  • and/or a command line REPL for processing meshes via GC (probably best implemented by just exposing more of Geometry Central through potpourri3d)

None of these utilities belong in the geometry-central repo itself, since they're effectively just apps built on top of GC. However, the question is: is there any software engineering we can do within GC to grease the wheels? I.e., to make it easier to chain inputs to outputs? Or are we basically already there?

[This issue is mostly just a note to myself.]

主要言語
C++
スター
1.3k
フォーク
183
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

nmwsharp/geometry-central のほかの issue

nmwsharp/geometry-central の issue をすべて見る

似ている issue

C++ の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。