scientific-visualization
Here are 136 public repositories matching this topic...
Today I was checking out the library and MSVC warns for https://github.com/alandefreitas/matplotplusplus/blob/359a775710e1b1fd5667281a0855806f149b7ab0/source/matplot/util/contourc.cpp#L1771
BOUNDARY_S returns a bool do the expression is bool > 0
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
pyglet is a cross-platform windowing and multimedia library for Python, for developing games and other visually rich applications.
-
Updated
Nov 2, 2020 - Python
A python module for scientific analysis of 3D objects based on VTK
-
Updated
Oct 20, 2020 - Python
3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)
-
Updated
Nov 8, 2020 - Python
Summary
Likely caused by SilkTouch implementing the NativeAPI signature instead of an actually valid signature. Will need to add an overload that has a Device* parameter. Haven't decided what to do with the deviceless overload yet. Discovered by @Nihlus. PRs welcome.
Steps to reproduce
- Platform: Desktop (Linux, x64, Radeon RX Vega, VEGA10, DRM 3.35.0, 5.4.0-52-generic, LLVM 10.0.0)
- F
When I load 1OSL at http://nglviewer.org/ngl/, the DNA fragment nucleotides are rendered as a whole bunch of sticks. 1L1M has even more sticks per nucleotide. It doesn't seem like this is as intended :)
Support xyz format?
High-performance visualization and interactive data exploration of scientific and geospatial location aware datasets
-
Updated
Sep 14, 2020 - JavaScript
Interactive Jupyter widgets to visualize images, point sets, and meshes in 2D and 3D
-
Updated
Sep 29, 2020 - Python
yt-project / yt
Main yt repository
-
Updated
Nov 6, 2020 - Python
-
Updated
Nov 4, 2020 - C++
Cross platform, open source application for the processing, visualization, and analysis of 3D tomography data
-
Updated
Aug 21, 2020 - C++
an extensive Qt5 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
-
Updated
Oct 27, 2020 - C++
Experimental 3D axis for matplotlib
-
Updated
Aug 10, 2020 - Python
Inviwo - Interactive Visualization Workshop
-
Updated
Nov 6, 2020 - C++
Reconquer the canvas: beautiful Tikz figures without clunky Tikz code
-
Updated
Jun 13, 2020 - Python
Hi,
Firstly, thank you for your work on Chart-Fx.
We are currently building an application using the library to display multiple huge datasets.
The library works well for 5 to 10 million points, however our clients would like to display even larger datas, going up to 50 to 100 million points. While it is possible to display such datasets, navigating them become difficult as the application
Computator.NET is a special kind of numerical software that is fast and easy to use but not worse than others feature-wise. It's features include: - Real and complex functions charts - Real and complex calculator - Real functions numerical calculations including different methods - Over 107 Elementary functions - Over 141 Special functions - Over 21 Matrix functions and operations - Scripting language with power to easy computations including matrices - You can declare your own custom functions with scripting language
-
Updated
May 3, 2020 - C#
Should extend the existing cli/chem-comp-bonds/ script (renamed to chem-comp). Data should go to src\mol-model\structure\model\types\carbohydrates.ts. Include all chemical components with the string 'SACCHARIDE' included in their type (_chem_comp.type). Extract _pdbx_chem_comp_identifier.identifier Will replace CommonSaccharideNames in src\mol-model\structure\structure\carbohydrates\constants.
The Engine window has an "Interrupt" button that is always greyed out. We never got this to work so rather than remove the button, we greyed it out on the hope that we would some day implement this. This is very hard and for the cases where we could get it to work, this would probably not be the situations that most users would care about. This also gives the impression that it might be possible t
A curated list of awesome scientific Python resources
-
Updated
Oct 16, 2020 - Python
COLORMAP_APPLICABLE
Not yet implemented in GDL. Since my institution has an IDL license, I can just include the standard IDL library in my path but this is not a long-term solution. (Same applies to the CW_ programs, as noted in other issues).
Collaborative Visualization and Simulation Environment, OpenCOVER and OddLOT
-
Updated
Nov 6, 2020 - C++
A set of tools for characterizing and analying 3D images of porous materials
-
Updated
Oct 23, 2020 - Python
SCIRun is a Problem Solving Environment, for modeling, simulation and visualization of scientific problems. This is version 5, the upgraded version of SCIRun v4.
-
Updated
Nov 7, 2020 - C++
A hybrid visualization framework for desktops, large immersive displays and the web
-
Updated
May 10, 2017 - C
Julia package for writing VTK XML files
-
Updated
Nov 6, 2020 - Julia
-
Updated
Nov 4, 2020 - Jupyter Notebook
GIF support
Add support for saving frames as gif. Make sure the color and quality is saved correctly.
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."



Description
Using Mouse.GetState() returns (0,0) for position when using the trackpad. Using an external mouse works. This cannot be fixed with Mouse.GetState(int).
Repro steps
Call: Console.WriteLine(Mouse.GetState()); in an update frame function.
Expected behavior
It should return the X and Y displacement of your mouse
Actual behavior
It returns (0,0)
Related