> With Python:
> * pygame + build your drag'n drop features
> * if you like 3D, vpython.
>
> http://www.pygame.org/
> http://www.vpython.org/
Wow, vpython looks pretty need. I'm messing around with it right now
and reading the docs. But I can't find something...do you know how to
clear the contents of the current scene? I checked the attributes of the
display, but there is nothing like "empty" that would do it.
John Salerno - 30 Mar 2007 19:20 GMT
>> With Python:
>> * pygame + build your drag'n drop features
[quoted text clipped - 4 lines]
>
> Wow, vpython looks pretty need.
neat* :)
Laurent Pointal - 30 Mar 2007 22:42 GMT
>> With Python:
>> * pygame + build your drag'n drop features
[quoted text clipped - 6 lines]
> and reading the docs. But I can't find something...do you know how to
> clear the contents of the current scene?
No, I know about vpython existence, I tried demos but haven't used it (no
need).
You may use the development lists for such questions.
http://sourceforge.net/mail/?group_id=6013
A+
Laurent.
Paul Rudin - 31 Mar 2007 07:15 GMT
>> With Python:
>> * pygame + build your drag'n drop features
[quoted text clipped - 7 lines]
> clear the contents of the current scene? I checked the attributes of
> the display, but there is nothing like "empty" that would do it.
for x in scene.objects:
x.visible = 0
?
pabloreda - 31 Mar 2007 20:18 GMT
I 'm doing the same
in forth...
www.reda4.org