-
Updated
Apr 1, 2022 - C++
scientific-visualization
Here are 181 public repositories matching this topic...
-
Updated
Apr 2, 2022 - C#
-
Updated
Feb 3, 2022 - Python
Summary
After closing a GLFW rendering window GLFW ande some referenced objects remain in memory.
Steps to reproduce
- Platform: Desktop
- Framework Version: .NET 5
- API: OpenGL
- Run the code from 'Tutorial 1.1 - Hello Window' in the debugger with a breakpoint on the closing brace of Main.
- Once the breakpoint is hit create a memory snapshot and open it.
- Inspecting the snapsh
Describe what maintenance you would like added.
- A clear and concise description of the maintenance problem.
There are some Python libraries in the sentences that are all lowercase. For example,numpy. The official name isNumPy, so theNandPshould be capitalized. Lowercasing is code-influenced and incorrect. Please check the official name of other libraries and correc
-
Updated
Apr 1, 2022 - Python
-
Updated
Apr 2, 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
Mar 12, 2022 - Python
-
Updated
Mar 30, 2022 - JavaScript
-
Updated
Mar 18, 2022 - C
-
Updated
Apr 3, 2022 - Python
-
Updated
Oct 18, 2021 - C++
-
Updated
Mar 23, 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
Apr 1, 2022 - C++
-
Updated
Mar 28, 2022 - C++
-
Updated
Apr 1, 2022 - C++
-
Updated
Nov 18, 2020 - Python
-
Updated
Jan 26, 2021 - Python
I was reading some csv data using the PlainText reader and noticed that the variable names were grouped strangely. I believe this is because the variable names include leading and trailing whitespace. A sample of the file that demonstrates this is:
coords/x, coords/y, coords/z, d/c0, domain_id, vertex_id
2, 0, 0, 2, 0, 0
2.1, 0, 0, 2.1, 0, 1
2.2, 0, 0, 2.2, 0, 2
2.3, 0, 0, 2.3, 0, 3
-
Updated
May 3, 2020 - C#
-
Updated
Apr 1, 2022 - Python
-
Updated
Mar 2, 2022 - Python
Many tutorials and demos are outdated. We need to update by using more fury.utils functions (1 tutorials, demos / Pull Request)
-
Updated
Mar 2, 2022 - C++
-
Updated
Apr 1, 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."
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