glumpy
glumpy copied to clipboard
Python+Numpy+OpenGL: fast, scalable and beautiful scientific visualization
Hi, I am trying to learn OpenGL in python by using glumpy and when try to run the folllowing code on MacOS: ``` from glumpy import app, gloo, gl vertex...
Do you have plans to add backend for PySide6 ?
I'm trying to use keyboard inputs but I think the API is a bit unintuitive here. If I use the GLFW backend, the some keycodes returned by on_key_press are glfw...
I'm attempting to run a glumpy script I developed in x86 on a new M1 Pro MacBook with python compiled for arm64e. It seems the triangle dependency is going to...
I'm trying to get [this code](http://stackoverflow.com/a/3886301) working. It says it can't find glumpy. ``` sudo pip install glumpy ``` Now it says it can't find OpenGL. ``` sudo pip install...
 I'm testing the PyQt5 example https://github.com/glumpy/glumpy/blob/master/examples/app-qt5.py, and it shows this puzzling behavior. It opens two windows. Clicking the button in one of them changes the color...
Also make PEP8 refactoring of setup.py
How to embed glumpy plots into applications using general-purpose GUI toolkits like Tkinter, wxPython, Qt, or GTK+.
I've noticed a weird behavior when trying to run Glumpy visualization from a new multiprocessing.Process process. When I run it in the application's default process, this code works good, but...
This behavior is OpenGL default (to clamp floats uploaded to texture). I just though since Glumpy is used for scientific visualization, it would be common for people to upload float...