A lightweight physics animation library
Project description
PhysAnim
PhysAnim is a Python library designed to make physics simulations and animations effortless.
Installation
pip install .
Usage
import physanim
from physanim.systems import DoublePendulum
# Create a customized double pendulum
pendulum = DoublePendulum(L1=1.0, L2=1.0, m1=1.0, m2=1.0)
# Animate it!
physanim.animate(pendulum)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
physanim-0.1.0.tar.gz
(4.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file physanim-0.1.0.tar.gz.
File metadata
- Download URL: physanim-0.1.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7d7907356e38933e053f853182dc62e109236575c9784f48580310bfb234d6b
|
|
| MD5 |
4178a1c8b35612bf2889648112c9e9b2
|
|
| BLAKE2b-256 |
034c81dfd6cc17e17d67ac1a9cfc4ab7f144d0b748b46a0533f3d4233f911287
|
File details
Details for the file physanim-0.1.0-py3-none-any.whl.
File metadata
- Download URL: physanim-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f65c3247afd00e622df03d328ef13bb4883c4eef2793d07e25c154dcf10cf087
|
|
| MD5 |
e36e036a5dbee4f6cbc6c1372fac0a33
|
|
| BLAKE2b-256 |
6637bff08d772b7a9b2261482b37cb7e295d17bff17549bb4cdbd8e44d9108e7
|