[Edu-sig] Python Physics Sandbox released

Jay Shaffstall jshaffstall at gmail.com
Thu Jan 12 20:57:30 EST 2017


Version 1.4 has been released and is available for the standard pip
install.  Constant velocity was added, along with fixing the bug with shape
specific gravity.

Jay

On Wed, Dec 28, 2016 at 2:13 PM, Jay Shaffstall <jshaffstall at gmail.com>
wrote:

> >How do I give the ball a horizontal velocity?
>
> The 1.4 development branch on github now  has the ability to set a
> constant velocity for a shape.  For example, to move it horizontally right
> you could use:
>
>     ball1.velocity = (50, 0)
>
> I won't be releasing 1.4 to PyPi until I've tracked down a bug with custom
> shape gravity, but you can clone the repository and copy the files over to
> your site-packages/pyphysicssandbox directory to use the newer version.
>
> There are also a lot of screencasts on the YouTube channel covering most
> aspects of the version 1.3 sandbox: https://www.youtube.com/channel/
> UCybNk1XwGtiPyiLVitMFmsQ
>
> Jay
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/edu-sig/attachments/20170112/a2413fa9/attachment.html>


More information about the Edu-sig mailing list