-
Updated
Jun 15, 2022 - C++
scientific-visualization
Here are 189 public repositories matching this topic...
-
Updated
Jun 17, 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 what maintenance you would like added.
Some code uses VTK's *On() and *Off() methods (ex: QuadsOn() and QuadsOff() in vtkTessellatedBoxSource class). These generally implement a method called Set*() (ex: SetQuads()), which can be refactored to avoid using if statements.
Inspired by @adeak in pyvista/pyvista#2767 (comment)
Li
-
Updated
Jun 10, 2022 - Python
-
Updated
Jun 18, 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
Jun 16, 2022 - Python
-
Updated
Apr 22, 2022 - C
-
Updated
Jun 15, 2022 - JavaScript
-
Updated
Jun 9, 2022 - C++
-
Updated
Jun 17, 2022 - Python
-
Updated
Jun 17, 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
Jun 10, 2022 - C++
I think it would be great, if we could include all major bodies in the default config. I consider major bodies, bodies that are well known and of scientific interest, but the list can be debatable.
Current status:
- Mercury
- Global Coverage
- Color
- Venus
- Global Coverage
- Color
- Note: Texture is of clouds, not of surface.
- Earth
- Glob
-
Updated
Jun 14, 2022 - C++
-
Updated
Nov 18, 2020 - Python
Is your feature request related to a problem?
Silo has had a feature for quite a while for data producers to add alternative (typically used for global) numbers to their meshes (nodes and/or zones) and zonelists (zones).
We apparently don't support these in the Silo plugin in VisIt.
-
Updated
Jan 26, 2021 - Python
-
Updated
Jun 17, 2022 - Java
-
Updated
May 3, 2020 - C#
-
Updated
Jun 14, 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
Jun 17, 2022 - C++
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