[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [pygame] PyOpenGL Screenshots
- To: pygame-users@xxxxxxxx
- Subject: Re: [pygame] PyOpenGL Screenshots
- From: "René Dudfield" <renesd@xxxxxxxxx>
- Date: Tue, 13 May 2008 16:41:33 +1000
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Tue, 13 May 2008 02:41:39 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=s9hVxKe9Alg/14XxtWQa5DZ3QfMM4Ve5diVUglJi7Q8=; b=FXmc0XXZzYZVU5ctq1PuMY/Ay94PQKqZYYboqRtEdbjAl1ys+4/eEeQnK2QZl6w6IaBBBhs2ID0dGMSMCuYWRls/VEyboqTMtn130tfOKc36wD2p0bShLoNXC1Xc9Vno031fkuHmawtZgUYgwc8pWwQET9guNSo4VXmIPMQDocM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wv3Sw2EPS/q4jXoVihilS/lN9dEwPfH3jjkkAD+fNcWv8DpsVpSAen81h/UrxIDlmXGWbg2tmfBcz0y2aAhhtyj6tIWXccvwAUQiy8iVPVfVEbkkLIc0tT0kllWIa5OoR0wFRReAwKB8eMdbKPoHvI18SH6dNzmxJocYNRpglPQ=
- In-reply-to: <4829342A.8090309@xxxxxxxxx>
- References: <4829342A.8090309@xxxxxxxxx>
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
hi,
You could do this with mesa 3d. I don't think you can do it without
an x server.
You can also draw offscreen with a software surface by using the dummy
video driver - but that won't work for opengl.
cu,
On Tue, May 13, 2008 at 4:24 PM, Astan Chee <stanc@xxxxxxxxx> wrote:
> Hi,
> I was wondering if the latest solution to render pyopengl from pygame
> (Alistair Buxton's script) includes off-screen rendering.
> I want to render something and save it as a sequence of images, but I dont
> want to display it anywhere. Is there a way to 'hide' this window?
> Thanks
> Astan
>
> --
> "Formulations of number theory: Complete, Consistent, Non-trivial. Choose
> two."
>
>
> Animal Logic
> http://www.animallogic.com
>
> Please think of the environment before printing this email.
>
> This email and any attachments may be confidential and/or privileged. If
> you are not the intended recipient of this email, you must not disclose or
> use the information contained in it. Please notify the sender immediately
> and delete this document if you have received it in error. We do not
> guarantee this email is error or virus free.
>
>
>
>