Arthuchaut / pysics

A GUI framework for creating some physics simulations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pysics

A GUI framework for creating some physics simulations.

Requirements

  • Python >= 3.10.5
  • The C++ environment to compile OpenGL
  • (Optional) The C++ environment to compile the OpenGL Accelerator

Coverage report

Tryin' to update it manually as often as I think to it (automatic process are quite crappy).

Name                  Stmts   Miss  Cover   Missing
---------------------------------------------------
pysics/__init__.py        0      0   100%
pysics/_wrappers.py      19      0   100%
pysics/pysics.py         66      0   100%
pysics/shapes.py         89      0   100%
pysics/types.py          28      0   100%
---------------------------------------------------
TOTAL                   202      0   100%

About

A GUI framework for creating some physics simulations

License:MIT License


Languages

Language:Python 100.0%