Parallel Python Community Forums

Python Forums => Python Forum => Topic started by: Karan on November 12, 2009, 05:40:43 PM



Title: How To Make A Module
Post by: Karan on November 12, 2009, 05:40:43 PM
Hi,
  Can someone tell me how to make an opengl module, calling which create an opengl device? I can make an opengl device, but i want to make it a module, so that at least i don't need to create the device again and again for every application.I just need an idea.
How to create it and than drop it.

  Thanks
  Regards