On Mon, Jul 6, 2009 at 11:14 AM, David Joyner<[email protected]> wrote:
>
> On Mon, Jul 6, 2009 at 12:49 PM, Ondrej Certik<[email protected]> wrote:
>>
>> On Sun, Jul 5, 2009 at 7:05 PM, David Joyner<[email protected]> wrote:
>>>
>
> ...
>
>>>
>>> 4. Should I interface also with pyglet classes? (Pyglet is included with
>>>    sympy, hence with sage, and does some very very basic "image
>>>    processing".) Again, I don't know how this would be done...
>>
>> pyglet doesn't work off screen, so it's sort of useless in the notebook.
>>
>> I am working on making it work offscreen here:
>>
>> http://groups.google.com/group/sage-devel/browse_thread/thread/7c5be4dfd99de7b2/
>
>
> Is this related to what you want:
> http://www.nabble.com/Re%3A-real-time-video-capturing-and-processing-p21363014.html
> ("I've written some code that allows you to run a pyglet window in the
> background ...")?


Unfortunately I think it only runs it in the background in the sense
that you can control it from the interpreter, e.g. sympy does that too
with pyglet.

I need it to work on a remote computer over ssh (without "-X"), e.g.
without any X. In other words, I need to be able to call opengl
commands to do 3D plots, offscreen.

>
>
>>
>> what kind of image processing capabilities does pyglet have? I didn't
>> find any here:
>>
>> http://pyglet.org/doc/programming_guide/images.html
>
>
> Yes, it seems to do some conversions (eg, gif to png) and you can extract some
> image data. That's not really "image processing" as you point out. It
> wasn't clear to
> me what else it could do.

Well, I am sure PIL can do that too.

>
> I'll skip the pyglet interface. Thanks Ondrej.

Right.

Ondrej

--~--~---------~--~----~------------~-------~--~----~
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/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to