An open API service indexing awesome lists of open source software.

https://github.com/timschneider42/pyboolet

Object-Oriented wrapper for pybullet.
https://github.com/timschneider42/pyboolet

pybullet python python3 simulation

Last synced: about 1 year ago
JSON representation

Object-Oriented wrapper for pybullet.

Awesome Lists containing this project

README

          

# pyboolet

Object-oriented wrapper for a more intuitive and readable access to pybullet.

## Installation

`pyboolet` can be installed via pip:

```bash
pip install pyboolet
```

## Usage

For a usage example, please refer to `example/panda_rain_dance.py`.