Re: [PyOpenGL-Users] [PyOpenGL-Devel] Plan to remove Numeric support (not numpy, Numeric)
Brought to you by:
mcfletch
From: Chris B. - N. F. <chr...@no...> - 2013-07-18 17:05:23
|
On Wed, Jul 17, 2013 at 9:25 PM, Mike C. Fletcher <mcf...@vr...> wrote: >> What would be really nice is to support memoryviews (i.e. PEP 3118 >> buffers) directly, and maybe even be able to remove direct numpy >> support.... > I started work on this quite a while ago, but ReleaseBuffers in my tests > always wound up producing glibc segfaults, and I just never got back to > it. If someone feels like hacking on it, the code is in > OpenGL/arrays/_buffers.py with the FormatHandler in buffers.py I was messing with the the other day for another application, and had the same issues. Hopefully I''ll get a chance to figure it out (consulting with the Cython folks...). If/when I do I"ll let you know. -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception Chr...@no... |