nmwsharp / nmwsharp/polyscope

Is it possible to provide a simple render mode?

Open
#245 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

Polyscope is an exceptional library. I intend to utilize it for visualizing a large number of points (>5,000,000). The default sphere mode is excessively slow on my computer, while the quad mode appears too flat. I would like to inquire if you could provide a mode that only displays the sphere with a minimum number of rendering operations, as it would be extremely beneficial.

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.

Research direction

No files, tests, or rendering entry points are named in the issue. Start by locating the existing sphere and quad point-rendering paths and comparing their rendering operations and performance on a dataset larger than 5,000,000 points. Done means a documented simple sphere mode exists, reduces the rendering cost, and avoids the flat appearance of quad mode.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
computer-graphics, performance
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.