On 10/10/08, vaibhav <[EMAIL PROTECTED]> wrote: > > Hi, > Is there a way i can output a pyglet screen to pdf? I want to save > something i have drawn on screen as PDF (as vector).
This article http://www.opengl.org/resources/code/samples/mjktips/Feedback.html explains how to use OpenGL feedback to create postscript drawing commands from OpenGL calls. The same technique can be used for creating PDF (which has a similar rendering model to postscript). This would be a fair chunk of work to implement, however. Alex. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
