Andrew Straw wrote: > I gather you're implying that I can use a string view of the numpy > array's buffer interface... OK, I'll give that a try and write up an > example if I succeed.
I succeeded in displaying numpy arrays without copying the data (via a slightly different means -- the array's ctypes attribute). I have sent a patch, including example code to http://code.google.com/p/pyglet/issues/detail?id=202 (I don't know how to change the type of this report to "enhancement" rather than "defect".) I would be happy if you included this in pyglet. Cheers! Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
