Skip to content

kitsune-ONE-team/panda3d-kphys

Repository files navigation

Physics extensions for Panda3D

Physics extensions for the Panda3D game engine originally made for the KITSUNETSUKI project game.

KITSUNETSUKI project: https://k.kitsune.one/

Conda package: https://anaconda.org/kitsune.ONE/panda3d-kphys

Features

  • Node-based actor system with IK and glTF loader
  • Spring constraints from Bullet Physics

Building requirements

Running requirements

Building python package

pip wheel --no-deps .
pip install *.whl

Building conda package

git clone https://github.com/kitsune-ONE-team/panda3d-kphys.git
conda build .
conda install panda3d-kphys --use-local

Installing prebuild conda package

conda config --add channels kitsune.one
conda install panda3d-kphys