Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Disable nodes without edges in curve_network

Open
#302 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
38/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
cpp

Research direction

Locate the register_curve_network entry point and compare its handling with register_surface_mesh and register_point_cloud. Determine how to make nodes without edges invisible or separately configurable; done means curve networks show only edge-connected nodes or expose the requested per-node control.

Written by the indexing model from the issue text.

Description

For register_surface_mesh, vertices without a face aren't shown.
For register_curve_network, nodes without an edge are shown.

Would it be possible for curved networks to show only the ones with an edge somehow?
Either by a flag or by setting transparency/radius separately for each node (as possible for register_point_cloud).

Thanks!

Dominant language
C++
Stars
2.2k
Forks
242
Avg merge
11m
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from nmwsharp/polyscope

All issues in nmwsharp/polyscope

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.