pyPBD


NamepyPBD JSON
Version 2.2.0 PyPI version JSON
download
home_pagehttps://github.com/InteractiveComputerGraphics/PositionBasedDynamics
SummaryPBD Project Python Bindings
upload_time2022-12-13 16:47:31
maintainer
docs_urlNone
authorInteractive Computer Graphics
requires_python
licenseMIT
keywords simulation rigid-bodies rigid-body-dynamics position-based-dynamics deformable-solids
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PositionBasedDynamics

<p align=center><img src="https://github.com/InteractiveComputerGraphics/PositionBasedDynamics/workflows/build-linux/badge.svg">&nbsp;&nbsp; <img src="https://github.com/InteractiveComputerGraphics/PositionBasedDynamics/workflows/build-windows/badge.svg">&nbsp;&nbsp; <a href='https://positionbaseddynamics.readthedocs.io/en/latest/?badge=latest'><img src='https://readthedocs.org/projects/positionbaseddynamics/badge/?version=latest' alt='Documentation Status' /></a></p>

This library supports the physically-based simulation of mechanical effects. In the last years position-based simulation methods have become popular in the graphics community. In contrast to classical simulation approaches these methods compute the position changes in each simulation step directly, based on the solution of a quasi-static problem. Therefore, position-based approaches are fast, stable and controllable which make them well-suited for use in interactive environments. However, these methods are generally not as accurate as force-based methods but still provide visual plausibility. Hence, the main application areas of position-based simulation are virtual reality, computer games and special effects in movies and commercials.

The PositionBasedDynamics library allows the position-based handling of many types of constraints in a physically-based simulation. The library uses [CMake](http://www.cmake.org/), [Eigen](http://eigen.tuxfamily.org/), [json](https://github.com/nlohmann/json/), [pybind](https://github.com/pybind/pybind11), [glfw](https://www.glfw.org/), [hapPLY](https://github.com/nmwsharp/happly) and [AntTweakBar](http://anttweakbar.sourceforge.net/) (only for the demos). All external dependencies are included. 

Furthermore we use our own library:
- [Discregrid](https://github.com/InteractiveComputerGraphics/Discregrid/) to generate cubic signed distance fields for the collision detection


**Author**: [Jan Bender](http://www.interactive-graphics.de), **License**: MIT

## News

* We added a Python interface: [pyPBD](https://pypi.org/project/pyPBD/)
* Our new [paper](https://animation.rwth-aachen.de/publication/0557/) about a Direct Position-Based Solver for Stiff Rods uses the PositionBasedDynamics library. You can watch the video  [here](https://www.youtube.com/watch?v=EFH9xt4omls).
* PBD now has a collision detection based on cubic signed distance fields
* SPlisHSPlasH is our new open-source fluid simulator which uses the PositionBasedDynamics library to handle rigid-fluid coupling. It can be downloaded here:
[https://github.com/InteractiveComputerGraphics/SPlisHSPlasH](https://github.com/InteractiveComputerGraphics/SPlisHSPlasH)
* Our new [paper](http://interactive-graphics.de/index.php/research/98-hierarchical-hp-adaptive-signed-distance-fields) about adaptive signed distance fields uses the PositionBasedDynamics library. You can watch the video  [here](https://www.youtube.com/watch?v=x_Iq2yM4FcA).

## Documentation

The documentation can be found here: 

* [Documentation](https://positionbaseddynamics.readthedocs.io)

## Forum

On our [GitHub discussions](https://github.com/InteractiveComputerGraphics/PositionBasedDynamics/discussions) page you can ask questions, discuss about simulation topics, and share ideas.

## Build Instructions

This project is based on [CMake](https://cmake.org/). Simply generate project, Makefiles, etc. using [CMake](https://cmake.org/) and compile the project with the compiler of your choice. The code was tested with the following configurations:
- Windows 10 64-bit, CMake 3.9.5, Visual Studio 2019
- Debian 9 64-bit, CMake 3.12.3, GCC 6.3.0.

Note: Please use a 64-bit target on a 64-bit operating system. 32-bit builds on a 64-bit OS are not supported.

## Python Installation Instruction

For Windows and Linux targets there exists prebuilt python wheel files which can be installed using

```
pip install pypbd
```

These are available for different Python Versions. See also here: [pyPBD](https://pypi.org/project/pyPBD/).


## Latest Important Changes

* added support of PLY files
* added Python binding
* added some XPBD constraints
* added OBJ export
* added substepping
* added DamperJoint
* improved implementation of slider and hinge joints/motors
* Crispin Deul added the implementation of his paper Deul, Kugelstadt, Weiler, Bender, "Direct Position-Based Solver for Stiff Rods", Computer Graphics Forum 2018 and a corresponding demo
* added collision detection for arbitrary meshes based on cubic signed distance fields
* added implementation of the paper Kugelstadt, Schoemer, "Position and Orientation Based Cosserat Rods", SCA 2016
* removed Boost dependency
* added SceneGenerator.py to generate new scenarios easily by simple Python scripting
* added scene loader based on json 
* added collision detection based on distance functions
* added collision handling for rigid and deformable bodies
* high resolution visualization mesh can be attached to a deformable body
* added support for Mac OS X
* added automatic computation of inertia tensor for arbitrary triangle meshes
* added OBJ file loader
* parallelized unified solver using graph coloring
* implemented unified solver for rigid bodies and deformable solids 



## Features

* Physically-based simulation with position-based constraint handling.
* Simple interface
* Demos 
* Library is free even for commercial applications.
* Collision detection based on cubic signed distance fields
* Library supports many constraints: 
	- Elastic rods:
		- bend-twist constraint
		- stretch-shear constraint
		- Cosserat constraint
	- Deformable solids:		
		- point-point distance constraint (PBD & XPBD)
		- point-edge distance constraint
		- point-triangle distance constraint
		- edge-edge distance constraint
		- dihedral bending constraint
		- isometric bending constraint (PBD & XPBD)
		- volume constraint (PBD & XPBD)
		- shape matching
		- FEM-based PBD (2D & 3D)
		- strain-based dynamics (2D & 3D)
	- Fluids:
		- position-based fluids 
	- Rigid bodies:
		- contact constraints
		- ball joint
		- ball-on-line-joint
		- hinge joint
		- target angle motor hinge joint
		- target velocity motor hinge joint
		- universal joint
		- slider joint
		- target position motor slider joint
		- target velocity motor slider joint
		- ball joint between rigid body and particle
		- distance joint
		- damper joint
		- implicit spring
	- Generic constraints

## Videos

The following videos were generated using the PositionBasedDynamics library:

*Hierarchical hp-Adaptive Signed Distance Fields* | *Direct Position-Based Solver for Stiff Rods*
:---:|:---:
[![Video](https://img.youtube.com/vi/x_Iq2yM4FcA/0.jpg)](https://www.youtube.com/watch?v=x_Iq2yM4FcA) | [![Video](https://img.youtube.com/vi/EFH9xt4omls/0.jpg)](https://www.youtube.com/watch?v=EFH9xt4omls)


## Screenshots

![Cloth demo](http://www.interactive-graphics.de/j_images/PositionBasedDynamics.jpg "Cloth demo")	

## References

* J. Bender, M. Müller and M. Macklin, "Position-Based Simulation Methods in Computer Graphics", In Tutorial Proceedings of Eurographics, 2015
* J. Bender, D. Koschier, P. Charrier and D. Weber, ""Position-based simulation of continuous materials", Computers & Graphics 44, 2014
* J. Bender, M. Müller, M. A. Otaduy, M. Teschner and M. Macklin, "A Survey on Position-Based Simulation Methods in Computer Graphics", Computer Graphics Forum 33, 6, 2014
* C. Deul, T. Kugelstadt, M. Weiler, J. Bender, "Direct Position-Based Solver for Stiff Rods", Computer Graphics Forum, 2018
* C. Deul, P. Charrier and J. Bender, "Position-Based Rigid Body Dynamics", Computer Animation and Virtual Worlds, 2014
* D. Koschier, C. Deul, M. Brand and J. Bender, "An hp-Adaptive Discretization Algorithm for Signed Distance Field Generation", IEEE Transactions on Visualization and Computer Graphics 23, 2017
* M. Macklin, M. Müller, N. Chentanez and T.Y. Kim, "Unified particle physics for real-time applications", ACM Trans. Graph. 33, 4, 2014
* M. Müller, N. Chentanez, T.Y. Kim, M. Macklin, "Strain based dynamics", In Proceedings of the 2014 ACM
SIGGRAPH/Eurographics Symposium on Computer Animation, 2014
* J. Bender, D. Weber and R. Diziol, "Fast and stable cloth simulation based on multi-resolution shape matching", Computers & Graphics 37, 8, 2013
* R. Diziol, J. Bender and D. Bayer, "Robust Real-Time Deformation of Incompressible Surface Meshes", In Proceedings of ACM SIGGRAPH / EUROGRAPHICS Symposium on Computer Animation (SCA), 2011
* M. Müller and N. Chentanez, "Solid simulation with oriented particles", ACM Trans. Graph. 30, 4, 2011
* M. Müller, "Hierarchical Position Based Dynamics", In VRIPHYS 08: Fifth Workshop in Virtual Reality Interactions and Physical Simulations, 2008 
* M. Müller, B. Heidelberger, M. Hennix and J. Ratcliff, "Position based dynamics", Journal of Visual Communication and Image Representation 18, 2, 2007
* M. Müller, B. Heidelberger, M. Teschner and M. Gross, "Meshless deformations based on shape matching", ACM Trans. Graph. 24, 3, 2005
* M. Macklin and M. Müller, "Position based fluids", ACM Trans. Graph. 32, 4, 2013
* Dan Koschier, Crispin Deul and Jan Bender, "Hierarchical hp-Adaptive Signed Distance Fields", In Proceedings of ACM SIGGRAPH / EUROGRAPHICS Symposium on Computer Animation (SCA), 2016
* Tassilo Kugelstadt, Elmar Schoemer, "Position and Orientation Based Cosserat Rods", In Proceedings of ACM SIGGRAPH / EUROGRAPHICS Symposium on Computer Animation (SCA), 2016
* M. Macklin, M. Müller and N. Chentanez, "XPBD: Position-based Simulation of Compliant Constrained Dynamics", Proceedings of the 9th International Conference on Motion in Games (MIG), 2016




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/InteractiveComputerGraphics/PositionBasedDynamics",
    "name": "pyPBD",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "simulation rigid-bodies rigid-body-dynamics position-based-dynamics deformable-solids",
    "author": "Interactive Computer Graphics",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "# PositionBasedDynamics\n\n<p align=center><img src=\"https://github.com/InteractiveComputerGraphics/PositionBasedDynamics/workflows/build-linux/badge.svg\">&nbsp;&nbsp; <img src=\"https://github.com/InteractiveComputerGraphics/PositionBasedDynamics/workflows/build-windows/badge.svg\">&nbsp;&nbsp; <a href='https://positionbaseddynamics.readthedocs.io/en/latest/?badge=latest'><img src='https://readthedocs.org/projects/positionbaseddynamics/badge/?version=latest' alt='Documentation Status' /></a></p>\n\nThis library supports the physically-based simulation of mechanical effects. In the last years position-based simulation methods have become popular in the graphics community. In contrast to classical simulation approaches these methods compute the position changes in each simulation step directly, based on the solution of a quasi-static problem. Therefore, position-based approaches are fast, stable and controllable which make them well-suited for use in interactive environments. However, these methods are generally not as accurate as force-based methods but still provide visual plausibility. Hence, the main application areas of position-based simulation are virtual reality, computer games and special effects in movies and commercials.\n\nThe PositionBasedDynamics library allows the position-based handling of many types of constraints in a physically-based simulation. The library uses [CMake](http://www.cmake.org/), [Eigen](http://eigen.tuxfamily.org/), [json](https://github.com/nlohmann/json/), [pybind](https://github.com/pybind/pybind11), [glfw](https://www.glfw.org/), [hapPLY](https://github.com/nmwsharp/happly) and [AntTweakBar](http://anttweakbar.sourceforge.net/) (only for the demos). All external dependencies are included. \n\nFurthermore we use our own library:\n- [Discregrid](https://github.com/InteractiveComputerGraphics/Discregrid/) to generate cubic signed distance fields for the collision detection\n\n\n**Author**: [Jan Bender](http://www.interactive-graphics.de), **License**: MIT\n\n## News\n\n* We added a Python interface: [pyPBD](https://pypi.org/project/pyPBD/)\n* Our new [paper](https://animation.rwth-aachen.de/publication/0557/) about a Direct Position-Based Solver for Stiff Rods uses the PositionBasedDynamics library. You can watch the video  [here](https://www.youtube.com/watch?v=EFH9xt4omls).\n* PBD now has a collision detection based on cubic signed distance fields\n* SPlisHSPlasH is our new open-source fluid simulator which uses the PositionBasedDynamics library to handle rigid-fluid coupling. It can be downloaded here:\n[https://github.com/InteractiveComputerGraphics/SPlisHSPlasH](https://github.com/InteractiveComputerGraphics/SPlisHSPlasH)\n* Our new [paper](http://interactive-graphics.de/index.php/research/98-hierarchical-hp-adaptive-signed-distance-fields) about adaptive signed distance fields uses the PositionBasedDynamics library. You can watch the video  [here](https://www.youtube.com/watch?v=x_Iq2yM4FcA).\n\n## Documentation\n\nThe documentation can be found here: \n\n* [Documentation](https://positionbaseddynamics.readthedocs.io)\n\n## Forum\n\nOn our [GitHub discussions](https://github.com/InteractiveComputerGraphics/PositionBasedDynamics/discussions) page you can ask questions, discuss about simulation topics, and share ideas.\n\n## Build Instructions\n\nThis project is based on [CMake](https://cmake.org/). Simply generate project, Makefiles, etc. using [CMake](https://cmake.org/) and compile the project with the compiler of your choice. The code was tested with the following configurations:\n- Windows 10 64-bit, CMake 3.9.5, Visual Studio 2019\n- Debian 9 64-bit, CMake 3.12.3, GCC 6.3.0.\n\nNote: Please use a 64-bit target on a 64-bit operating system. 32-bit builds on a 64-bit OS are not supported.\n\n## Python Installation Instruction\n\nFor Windows and Linux targets there exists prebuilt python wheel files which can be installed using\n\n```\npip install pypbd\n```\n\nThese are available for different Python Versions. See also here: [pyPBD](https://pypi.org/project/pyPBD/).\n\n\n## Latest Important Changes\n\n* added support of PLY files\n* added Python binding\n* added some XPBD constraints\n* added OBJ export\n* added substepping\n* added DamperJoint\n* improved implementation of slider and hinge joints/motors\n* Crispin Deul added the implementation of his paper Deul, Kugelstadt, Weiler, Bender, \"Direct Position-Based Solver for Stiff Rods\", Computer Graphics Forum 2018 and a corresponding demo\n* added collision detection for arbitrary meshes based on cubic signed distance fields\n* added implementation of the paper Kugelstadt, Schoemer, \"Position and Orientation Based Cosserat Rods\", SCA 2016\n* removed Boost dependency\n* added SceneGenerator.py to generate new scenarios easily by simple Python scripting\n* added scene loader based on json \n* added collision detection based on distance functions\n* added collision handling for rigid and deformable bodies\n* high resolution visualization mesh can be attached to a deformable body\n* added support for Mac OS X\n* added automatic computation of inertia tensor for arbitrary triangle meshes\n* added OBJ file loader\n* parallelized unified solver using graph coloring\n* implemented unified solver for rigid bodies and deformable solids \n\n\n\n## Features\n\n* Physically-based simulation with position-based constraint handling.\n* Simple interface\n* Demos \n* Library is free even for commercial applications.\n* Collision detection based on cubic signed distance fields\n* Library supports many constraints: \n\t- Elastic rods:\n\t\t- bend-twist constraint\n\t\t- stretch-shear constraint\n\t\t- Cosserat constraint\n\t- Deformable solids:\t\t\n\t\t- point-point distance constraint (PBD & XPBD)\n\t\t- point-edge distance constraint\n\t\t- point-triangle distance constraint\n\t\t- edge-edge distance constraint\n\t\t- dihedral bending constraint\n\t\t- isometric bending constraint (PBD & XPBD)\n\t\t- volume constraint (PBD & XPBD)\n\t\t- shape matching\n\t\t- FEM-based PBD (2D & 3D)\n\t\t- strain-based dynamics (2D & 3D)\n\t- Fluids:\n\t\t- position-based fluids \n\t- Rigid bodies:\n\t\t- contact constraints\n\t\t- ball joint\n\t\t- ball-on-line-joint\n\t\t- hinge joint\n\t\t- target angle motor hinge joint\n\t\t- target velocity motor hinge joint\n\t\t- universal joint\n\t\t- slider joint\n\t\t- target position motor slider joint\n\t\t- target velocity motor slider joint\n\t\t- ball joint between rigid body and particle\n\t\t- distance joint\n\t\t- damper joint\n\t\t- implicit spring\n\t- Generic constraints\n\n## Videos\n\nThe following videos were generated using the PositionBasedDynamics library:\n\n*Hierarchical hp-Adaptive Signed Distance Fields* | *Direct Position-Based Solver for Stiff Rods*\n:---:|:---:\n[![Video](https://img.youtube.com/vi/x_Iq2yM4FcA/0.jpg)](https://www.youtube.com/watch?v=x_Iq2yM4FcA) | [![Video](https://img.youtube.com/vi/EFH9xt4omls/0.jpg)](https://www.youtube.com/watch?v=EFH9xt4omls)\n\n\n## Screenshots\n\n![Cloth demo](http://www.interactive-graphics.de/j_images/PositionBasedDynamics.jpg \"Cloth demo\")\t\n\n## References\n\n* J. Bender, M. M\u00fcller and M. Macklin, \"Position-Based Simulation Methods in Computer Graphics\", In Tutorial Proceedings of Eurographics, 2015\n* J. Bender, D. Koschier, P. Charrier and D. Weber, \"\"Position-based simulation of continuous materials\", Computers & Graphics 44, 2014\n* J. Bender, M. M\u00fcller, M. A. Otaduy, M. Teschner and M. Macklin, \"A Survey on Position-Based Simulation Methods in Computer Graphics\", Computer Graphics Forum 33, 6, 2014\n* C. Deul, T. Kugelstadt, M. Weiler, J. Bender, \"Direct Position-Based Solver for Stiff Rods\", Computer Graphics Forum, 2018\n* C. Deul, P. Charrier and J. Bender, \"Position-Based Rigid Body Dynamics\", Computer Animation and Virtual Worlds, 2014\n* D. Koschier, C. Deul, M. Brand and J. Bender, \"An hp-Adaptive Discretization Algorithm for Signed Distance Field Generation\", IEEE Transactions on Visualization and Computer Graphics 23, 2017\n* M. Macklin, M. M\u00fcller, N. Chentanez and T.Y. Kim, \"Unified particle physics for real-time applications\", ACM Trans. Graph. 33, 4, 2014\n* M. M\u00fcller, N. Chentanez, T.Y. Kim, M. Macklin, \"Strain based dynamics\", In Proceedings of the 2014 ACM\nSIGGRAPH/Eurographics Symposium on Computer Animation, 2014\n* J. Bender, D. Weber and R. Diziol, \"Fast and stable cloth simulation based on multi-resolution shape matching\", Computers & Graphics 37, 8, 2013\n* R. Diziol, J. Bender and D. Bayer, \"Robust Real-Time Deformation of Incompressible Surface Meshes\", In Proceedings of ACM SIGGRAPH / EUROGRAPHICS Symposium on Computer Animation (SCA), 2011\n* M. M\u00fcller and N. Chentanez, \"Solid simulation with oriented particles\", ACM Trans. Graph. 30, 4, 2011\n* M. M\u00fcller, \"Hierarchical Position Based Dynamics\", In VRIPHYS 08: Fifth Workshop in Virtual Reality Interactions and Physical Simulations, 2008 \n* M. M\u00fcller, B. Heidelberger, M. Hennix and J. Ratcliff, \"Position based dynamics\", Journal of Visual Communication and Image Representation 18, 2, 2007\n* M. M\u00fcller, B. Heidelberger, M. Teschner and M. Gross, \"Meshless deformations based on shape matching\", ACM Trans. Graph. 24, 3, 2005\n* M. Macklin and M. M\u00fcller, \"Position based fluids\", ACM Trans. Graph. 32, 4, 2013\n* Dan Koschier, Crispin Deul and Jan Bender, \"Hierarchical hp-Adaptive Signed Distance Fields\", In Proceedings of ACM SIGGRAPH / EUROGRAPHICS Symposium on Computer Animation (SCA), 2016\n* Tassilo Kugelstadt, Elmar Schoemer, \"Position and Orientation Based Cosserat Rods\", In Proceedings of ACM SIGGRAPH / EUROGRAPHICS Symposium on Computer Animation (SCA), 2016\n* M. Macklin, M. M\u00fcller and N. Chentanez, \"XPBD: Position-based Simulation of Compliant Constrained Dynamics\", Proceedings of the 9th International Conference on Motion in Games (MIG), 2016\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "PBD Project Python Bindings",
    "version": "2.2.0",
    "split_keywords": [
        "simulation",
        "rigid-bodies",
        "rigid-body-dynamics",
        "position-based-dynamics",
        "deformable-solids"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "9de76474a441235f25665a0404a0cff0",
                "sha256": "f37f603ae383b03d57b401268d7b6174d3df51dff3efbb52c6d27700117dc196"
            },
            "downloads": -1,
            "filename": "pyPBD-2.2.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9de76474a441235f25665a0404a0cff0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 804949,
            "upload_time": "2022-12-13T16:47:31",
            "upload_time_iso_8601": "2022-12-13T16:47:31.401964Z",
            "url": "https://files.pythonhosted.org/packages/71/d6/70c2065af537c48d388818ba233422efc9813c8ccbac3559bb8c2a9e44f3/pyPBD-2.2.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "14d63ebcf0844ddd909d5f51e5337319",
                "sha256": "31ea36a8a1c2814274369a3dd57e95021a67c61a532c5a7a8aeb722d9636a72d"
            },
            "downloads": -1,
            "filename": "pyPBD-2.2.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "14d63ebcf0844ddd909d5f51e5337319",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 596189,
            "upload_time": "2022-12-13T16:49:41",
            "upload_time_iso_8601": "2022-12-13T16:49:41.374420Z",
            "url": "https://files.pythonhosted.org/packages/55/f6/8bfa778d7427ae6a04e340e963f0aeabf29232c072025d0e36e553a94a02/pyPBD-2.2.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "57b25769efa66a3809e9de8f8e4e5a1e",
                "sha256": "aa75cb4ba6e5150f7f3f0a24da854426daac2a6224e05ff705d62efd187d8d02"
            },
            "downloads": -1,
            "filename": "pyPBD-2.2.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "57b25769efa66a3809e9de8f8e4e5a1e",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 811510,
            "upload_time": "2022-12-13T16:48:19",
            "upload_time_iso_8601": "2022-12-13T16:48:19.511104Z",
            "url": "https://files.pythonhosted.org/packages/33/09/fd839d9537aeb7afb1ec4a78c8db1da299615c7d707155b00c0d87523151/pyPBD-2.2.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "0d3400daf96c6d1e32c062313bb30cb5",
                "sha256": "d28670c1e28a76f59cbeabab19589583a039b31fe70e359e52dd9ceb033643f5"
            },
            "downloads": -1,
            "filename": "pyPBD-2.2.0-cp36-cp36m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0d3400daf96c6d1e32c062313bb30cb5",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 588588,
            "upload_time": "2022-12-13T16:50:42",
            "upload_time_iso_8601": "2022-12-13T16:50:42.326685Z",
            "url": "https://files.pythonhosted.org/packages/f3/29/6a4c0999636f35558479ffc48876cac9ef21e00ea1f52fc54035ddc5eb56/pyPBD-2.2.0-cp36-cp36m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "cacc162a7ff0234543ec24f9c90ba7a3",
                "sha256": "07a1fb4d4d2b2a29ff766278b518e0257cd688f416a1728e20f01e2c97836c36"
            },
            "downloads": -1,
            "filename": "pyPBD-2.2.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cacc162a7ff0234543ec24f9c90ba7a3",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 808017,
            "upload_time": "2022-12-13T16:48:16",
            "upload_time_iso_8601": "2022-12-13T16:48:16.233235Z",
            "url": "https://files.pythonhosted.org/packages/fd/06/1e2efddcd8f7437af7c4ccc84f9cfc10f957a19e6eeda1347185dc4f8a26/pyPBD-2.2.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "d08fb76dd6840a7e54ba18281368f1f0",
                "sha256": "17275d26aa7cba816f8826c599bcb5b5f81970e34df346d2f1bc0aebb54bc763"
            },
            "downloads": -1,
            "filename": "pyPBD-2.2.0-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d08fb76dd6840a7e54ba18281368f1f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 588973,
            "upload_time": "2022-12-13T16:49:31",
            "upload_time_iso_8601": "2022-12-13T16:49:31.133757Z",
            "url": "https://files.pythonhosted.org/packages/49/a8/36d9cd7082f23b62053949ab59eae2965fc00dbf67b6d7d32f9fceeff1d5/pyPBD-2.2.0-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "79ac3bf438b3ed9b9e66883191a53d52",
                "sha256": "6578ce34c7463715edcb47c66a43817a9df1b3e40694ba01e5cd2e4c37409889"
            },
            "downloads": -1,
            "filename": "pyPBD-2.2.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "79ac3bf438b3ed9b9e66883191a53d52",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 789634,
            "upload_time": "2022-12-13T16:48:17",
            "upload_time_iso_8601": "2022-12-13T16:48:17.606498Z",
            "url": "https://files.pythonhosted.org/packages/48/75/b0fad649979e4a29f9dcbfbacbc827accd135d68283ae4dd40e5040e44d9/pyPBD-2.2.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "ab00a7e034c2987ae385022856c5783d",
                "sha256": "792dcb295709b212baaca9d09cf94086606117de32778db6dcba09bf8484e80c"
            },
            "downloads": -1,
            "filename": "pyPBD-2.2.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ab00a7e034c2987ae385022856c5783d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 596103,
            "upload_time": "2022-12-13T16:51:04",
            "upload_time_iso_8601": "2022-12-13T16:51:04.848459Z",
            "url": "https://files.pythonhosted.org/packages/ee/b0/b036352801a212aea555a21e77574128f359d9e4a982f6d8aa4d675611f0/pyPBD-2.2.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "206a8478d914ef23cb5251be4535fc13",
                "sha256": "0986ee58f185ca81d4f7bb17736fbe100dbc727b24d02648f1b5ac9ae803e373"
            },
            "downloads": -1,
            "filename": "pyPBD-2.2.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "206a8478d914ef23cb5251be4535fc13",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 805109,
            "upload_time": "2022-12-13T16:47:18",
            "upload_time_iso_8601": "2022-12-13T16:47:18.874674Z",
            "url": "https://files.pythonhosted.org/packages/53/94/a00c7de2e06a7b5eaf0bd8c8594bce40d406ac93371adbf4b9b826dcf91e/pyPBD-2.2.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "cc4c3559a4301c4cc61a0d55339fb86e",
                "sha256": "7722b0411a7df9a08c7528f2d9f7622c3165734277fac6cdf19a8e03c09f0f57"
            },
            "downloads": -1,
            "filename": "pyPBD-2.2.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cc4c3559a4301c4cc61a0d55339fb86e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 596287,
            "upload_time": "2022-12-13T16:49:42",
            "upload_time_iso_8601": "2022-12-13T16:49:42.550415Z",
            "url": "https://files.pythonhosted.org/packages/6c/9c/3d845b6c21c9cc2261954e0c67284fe08f9dd85f9838b6bdf667f02d9edd/pyPBD-2.2.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-13 16:47:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "InteractiveComputerGraphics",
    "github_project": "PositionBasedDynamics",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pypbd"
}
        
Elapsed time: 0.01912s