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.
- Host: GitHub
- URL: https://github.com/timschneider42/pyboolet
- Owner: TimSchneider42
- License: mit
- Created: 2022-02-14T14:20:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T16:13:57.000Z (over 4 years ago)
- Last Synced: 2025-04-05T10:42:00.210Z (about 1 year ago)
- Topics: pybullet, python, python3, simulation
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.