An open API service indexing awesome lists of open source software.

https://github.com/simleek/gltensors

Tensor operations in OpenGL. Forked from another glsl repo
https://github.com/simleek/gltensors

Last synced: 12 months ago
JSON representation

Tensor operations in OpenGL. Forked from another glsl repo

Awesome Lists containing this project

README

          

# GLTensors

![example image](https://i.imgur.com/yz3HOLv.png)

## Setup

Please install [Anaconda 3.6](https://docs.anaconda.com/anaconda/install/linux).
I've found the libraries in Ubunutu's packages are often outdated,
and vtk is still hard to get working in Windows or other operating systems.

Then, in a terminal, do:
* `source activate root` (or another environment)
* Ubuntu: `sudo apt install libgl1-mesa-dev mesa-common-dev`
* `pip install ModernGl opensimplex PyQt5`

For testing:
* `source activate root` (or another environment)
* `conda install -c conda-forge vtk python=3.6`