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.1.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.1.tar.gz.
File metadata
- Download URL: physanim-0.1.1.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 |
6272d90e134fc0f3083c1b61b5da499fc2cf342dcaedef84309fd47995932a1d
|
|
| MD5 |
d930ffae3d6c758f74a9adde50f83852
|
|
| BLAKE2b-256 |
2e1ecb90a392550c13ae3aacae92381a2868ae36218596ecfeaf24c2d6572852
|
File details
Details for the file physanim-0.1.1-py3-none-any.whl.
File metadata
- Download URL: physanim-0.1.1-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 |
554d62e61da0c2d8a1bd390f6799dbbab921b58a8d46c0c066c811f73c9d9371
|
|
| MD5 |
375fec284545306414fdd74268b3c8ba
|
|
| BLAKE2b-256 |
76d0befc045a234c40d20f69e508758d4f97221ebc1c60bc9ad5ed9a01588e44
|