18
0
Fork
You've already forked Simulate_Physics
0
Ein paar schöne Simulationen physikalischer Prozesse in Anlehnung an die THAT Bespiele. THAT -> The Analog Thing (https://the-analog-thing.org)
  • Python 100%
2026年01月07日 18:40:37 +01:00
.idea improved project config 2026年01月02日 21:53:00 +01:00
images added radioactive decay 2026年01月07日 18:40:37 +01:00
src/simulate_physics added radioactive decay 2026年01月07日 18:40:37 +01:00
LICENCE.md added LICENCE.md 2026年01月02日 22:16:49 +01:00
poetry.lock improved project config 2026年01月02日 21:53:00 +01:00
pyproject.toml added radioactive decay 2026年01月07日 18:40:37 +01:00
README.md added radioactive decay 2026年01月07日 18:40:37 +01:00

Simulate Physics

Diese Simulationen basieren auf den Beispielen des Analog Computer 'The Analog Thing' (THAT) von Anabird.

Der Phyton Code bildet nach, was mit dem THAT sehr elegant umgesetzt werden kann.

Besonderer Dank geht an Alexander B., ohne dessen Hilfe während des 39C3 das alles nicht zu Stande gekommen wäre.

Initial Setup

poetry install

Run Simulations

Euler Spiral

Mehr zu den Grundlagen bei Wikipedia

poetry run euler

Damped Oscilator

Mehr zu den Grundlagen bei Wikipedia

poetry run dosc

Radioaktiver Zerfall

Mehr zu den Grundlagen bei Wikipedia

poetry run decay