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
- Node-based actor system with IK and glTF loader
- Spring constraints from Bullet Physics
- CMake
- Bullet Physics (full package with headers)
- Panda3D (full package with headers, not pip package)
- panda3d-gltf (for actor loader)
pip wheel --no-deps .
pip install *.whl
git clone https://github.com/kitsune-ONE-team/panda3d-kphys.git
conda build .
conda install panda3d-kphys --use-local
conda config --add channels kitsune.one
conda install panda3d-kphys