This distribution reserves the name projectchrono on PyPI for PyChrono, the Python
interface to Project Chrono.
Version 0.0.0 contains no simulation code. It is a placeholder published while binary wheels are being prepared.
Use conda:
conda create -n chrono python=3.12
conda activate chrono
conda install projectchrono::pychrono -c conda-forge
Full instructions: https://api.projectchrono.org/pychrono_installation.html
Project Chrono is an open source, BSD-3 licensed C++ library for multibody dynamics and multiphysics simulation, developed since 2013 by the Simulation-Based Engineering Laboratory at the University of Wisconsin-Madison and by the University of Parma. It supports rigid and flexible body dynamics, granular material, fluid-solid interaction, deformable terrain, ground vehicle mobility, sensor simulation, and robotics.
- Website: https://projectchrono.org/
- API documentation: https://api.projectchrono.org/
- Source: https://github.com/projectchrono/chrono
BSD 3-Clause. See LICENSE.