Questions tagged [glumpy]

Glumpy is a Python library for producing scientific visualizations. It offers a high-level interface between OpenGL and numpy.

External links:

21 questions
0
votes
1 answer

Glumpy installation fails on MacOS using pip

The installation of Glumpy fails with clang error on MacOS (10.14) (and so does triangle but throws the same error). The error is that clang does not find the stdio.h file which is clearly on the system. Can I some how feed the location of stdio.h…
Zolo
  • 27
  • 8
0
votes
0 answers

Glumpy Error 'OSError: [WinError 126] The specified module could not be found'

I've just started using glumpy and I keep having an error. As far as I could find out there is a problem in ctypes module. apparently the ctype module is trying to load a dll file and it can't for a reason. the peace of code I've written is as…
0
votes
1 answer

RuntimeError: Freetype library not found, Glumpy Python 3.6 w10

My problem is the exact same with this: Freetype library not found with Glumpy Python 3.6 Win 10 Someone answered below but I didn't understand what has to be done, can someone explain it better? I found the file he mentioned in the comments but I…
0
votes
1 answer

glumpy.gloo bind texture as GL_RGB32F

I'm using Glumpy and I'm trying to bind a texture as GL_RGB32F. It appears that it binds the texture as GL_RGB, even though my numpy array is of type np.float32. The values this array contains are outside the 0..1 range, and I need these values in a…
Niklas R
  • 16,299
  • 28
  • 108
  • 203
0
votes
1 answer

Getting transparency to work in glumpy with pygame

I also have been having difficulties getting glumpy to work well with transparent colormaps, and transparency in general. Below is a simple script that should draw two transparent glumpy Images, one on top of the other. The second simply…
weemattisnot
  • 889
  • 5
  • 16
-1
votes
1 answer

Mac Big Sur: Unable to load numpy_formathandler accelerator from OpenGL_accelerate

I keep getting an Unable to load numpy_formathandler accelerator from OpenGL_accelerate message when using OpenGL. From what I can tell, everything seems to be running fine, but message always pops up. Here is a sample script where it happens. It…
amv_23
  • 29
  • 5
1
2