-
Updated
May 4, 2022 - C++
scientific-visualization
Here are 186 public repositories matching this topic...
-
Updated
May 16, 2022 - C#
-
Updated
Feb 3, 2022 - Python
I don't think this is a duplicate ticket, even though it's quite an obvious feature after that cat demo at SciPy2018.
The code that selects and renders the different geos is here in the THREE.js code
https://github.com/maartenbreddels/ipyvolume/blob/master/js/src/scatter.js#L57
I don't know quite where/how to inject the mesh definition compatible with the data file of this form, but i
Describe the bug, what's wrong, and what you expect:
This docstring listing is incorrect. We need to check the curvature method and fix the listing.
A clear and concise description of what you expected to happen.
To Reproduce
None
# -
Updated
May 8, 2022 - Python
-
Updated
May 16, 2022 - Python
.... and that maybe fine.... If you decide this is of no interest, that is very helpful too!
Details:
Structures Models of long transcripts (like Human gene TTN with over 30,000 residues) need residue numbering > 9999
Obviously, MMCIF format is the solution of the RCSB/PDBe
The UCSF Sali Lab Modbase group has adopted hybrid-36 format for these models. I left one of their models here
Support xyz format?
-
Updated
Apr 10, 2022 - Python
-
Updated
May 16, 2022 - JavaScript
-
Updated
Apr 22, 2022 - C
-
Updated
May 16, 2022 - C++
-
Updated
May 16, 2022 - Python
-
Updated
May 16, 2022 - Java
Currently the measurement plane is a rectangle defined by the 2 smaller principal axes. Add options to show a disc/circle. This can use code from the membrane orientation visual.
-
Updated
May 16, 2022 - C++
-
Updated
May 16, 2022 - C++
-
Updated
Apr 18, 2022 - C++
-
Updated
Nov 18, 2020 - Python
-
Updated
Jan 26, 2021 - Python
Describe the bug
This is probably an order of operations issue in the Qt widget updating logic.
- Go to
Controls->Lighting... - Pull down
Active lightto2 - Enable the light by checking the
Enablebox. - Hit Apply
- Disable the light by UNchecking the
Enablebox.
You get the error message...
You have modified the properties of a disabled light. This will have
-
Updated
May 3, 2020 - C#
-
Updated
Apr 26, 2022 - Python
Description
When a choice is made from the combobox, the icon changes not once but a few times, creating a flickering effect. This happens only when the combobox is added on a tabUI.
Way to reproduce
The following example is taken from the Tab_UI tutorial.
- Run the following code
- Click on the tab to open dropdown menu
- Choose a color from the list
from fury import ui,
-
Updated
Mar 2, 2022 - Python
-
Updated
Mar 2, 2022 - C++
-
Updated
May 11, 2022 - C++
-
Updated
Feb 21, 2022 - Julia
Improve this page
Add a description, image, and links to the scientific-visualization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scientific-visualization topic, visit your repo's landing page and select "manage topics."
Summary
After closing a GLFW rendering window GLFW ande some referenced objects remain in memory.
Steps to reproduce