Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Create low barrier to entry UIs for Geometry Central

Aperta
#205 0 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@keenancrane ci sta già lavorando.

Dal 11/1/2025.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

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.]

Lingua principale
C++
Stelle
1.3k
Fork
183
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di nmwsharp/geometry-central

Tutte le issue di nmwsharp/geometry-central

Issue simili

Altre issue su C++

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.