Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 963 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 963 Bytes

dartpy-example Python package

Example Python project using dartpy and CMake

Prerequisites

To use this project, you will need to have the following installed on your system:

  • Python 3.x
  • pip
  • DART (see below)

Installing dartpy

To use dartpy, you will also need to install DART. The easiest way to do this is by using pip:

pip install dartpy

Running the project (TODO)

python main.py

This will run the example Python script, which uses DART to simulate a simple physics scenario.

Additional resources