Is it possible to provide a simple render mode?
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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