Re: [Tutor] Interactive physics simulation over web

2008-04-04 Thread Kent Johnson
Adam Bark wrote: > I think you can use Jython in a Java applet, that might be what you're > looking for. Yes, but it does increase the size of the download considerably since jython.jar is needed by the browser. Kent ___ Tutor maillist - Tutor@pyth

Re: [Tutor] Interactive physics simulation over web

2008-04-04 Thread Kent Johnson
Brain Stormer wrote: > I am working on a physics simulation and would like to publish it on the > web. The simulation requires input fields, mouse action (picking points > in a display pane) and movie like feature with play, pause, skip forward > and skip backward. I was wondering if this can

Re: [Tutor] Interactive physics simulation over web

2008-04-04 Thread Adam Bark
On 04/04/2008, Brain Stormer <[EMAIL PROTECTED]> wrote: > > I am working on a physics simulation and would like to publish it on the > web. The simulation requires input fields, mouse action (picking points in > a display pane) and movie like feature with play, pause, skip forward and > skip backw

[Tutor] Interactive physics simulation over web

2008-04-04 Thread Brain Stormer
I am working on a physics simulation and would like to publish it on the web. The simulation requires input fields, mouse action (picking points in a display pane) and movie like feature with play, pause, skip forward and skip backward. I was wondering if this can be done using Python and a Pytho