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.2.tar.gz
(4.9 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.2.tar.gz.
File metadata
- Download URL: physanim-0.1.2.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
545230a86a0adecd2da958ba532ce33d3878d0c68bc21209abdc501e1e4e548b
|
|
| MD5 |
7e73223b009c78dc43312b454fbd90ce
|
|
| BLAKE2b-256 |
aceae84282935de1df23bf8809f58e4d3d1e22cd8cccafeba232972f80d64b25
|
File details
Details for the file physanim-0.1.2-py3-none-any.whl.
File metadata
- Download URL: physanim-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.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 |
671c730ea156009a56fe1e462392b9b07158a2e03f602fd17337257a026ff74c
|
|
| MD5 |
6ef5222f689e07869367c8860d24155b
|
|
| BLAKE2b-256 |
872f0c4c03bd9cd392e01e4f13b2d868321ee771af3f1a96a6ba5400359fd352
|