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
- Host: GitHub
- URL: https://github.com/simleek/gltensors
- Owner: SimLeek
- Created: 2020-10-04T21:55:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T21:14:23.000Z (about 3 years ago)
- Last Synced: 2025-04-03T05:31:54.081Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 2.84 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GLTensors

## 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`