From: <dri...@gm...> - 2007-01-25 13:17:00
|
Hi, guys, As you know, one of the most successful aspect of Python is its extendibility (module support). VPython should also follow this spirit, I think. Should there be a way to expose a window handler/render context to the user? With them people can draw additional things in 2D/3D in to the same VPython window. e.g. integrate pygame and vpython. Maybe , we are able to do this via win32api python module. Can anybody give some instruction? Ting |