Skip to content
#

scientific-visualization

Here are 163 public repositories matching this topic...

opentk

The Open Toolkit library is a fast, low-level C# wrapper for OpenGL, OpenAL & OpenCL. It also includes windowing, mouse, keyboard and joystick input and a robust and fast math library, giving you everything you need to write your own renderer or game engine. OpenTK can be used standalone or inside a GUI on Windows, Linux, Mac.

  • Updated Oct 12, 2021
  • C#
goatchurchprime
goatchurchprime commented Oct 30, 2018

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

Silk.NET
Perksey
Perksey commented Oct 1, 2021

We should make a demo application (or two) showcasing Silk.NET on Android (and maybe Silk.NET working on an Android touch display).

What these demos actually produce is up to you, but they should be:

  • examples/OpenGL Demos/AndroidDemo
  • examples/OpenGL Demos/AndroidTouchDisplay

They should use .NET 6 Android as we are soon dropping support for legacy Xamarin.

Community cont

pyvista
akaszynski
akaszynski commented Sep 2, 2021

About 50% of our docstrings in PyVista have examples. This is fairly good, especially considering that many of these objects are not publicly exposed.

However, for modules like pyvista.plotting.plotting, it would be great to see nearly 100% coverage considering how important it is to be able to demonstrate the individual methods of the Plotting class.

This is a great first issue since it

ChrisMoth
ChrisMoth commented Nov 13, 2020

.... 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

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 Aug 18, 2021
  • C++
arose
arose commented May 27, 2020

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.

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#
biagas
biagas commented Sep 30, 2021

From discussions arising out of #17043, it was decided to perform a code cleanup of legacy handling for attribute fields that were removed in 2.10 or older.

The legacy handling is done in .code files, in ProcessOldVersions for xml2atts (processes saved config/session files) and setattr/getattr for xml2python. So the .code files should be modified and the generators run (xml2atts, xml2python).

antrikshmisri
antrikshmisri commented Sep 15, 2021

Is your feature request related to a problem? Please describe.

Currently, FURY has no utility method to convert a numpy array to vtkImageData. This will be useful in directly loading numpy arrays in ui.ImageContainer2D instead of imageDataGeometryFilter

Describe the solution you'd like

A utility function named numpy_to_vtk_image_data or something similar needs to be added in

SCIRun

Improve this page

Add a description, image, and links to the scientific-visualization topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more