Python binding for Nova Physics Engine
Python bindings using CFFI for the Nova Physics Engine.
This binding tries to be as Pythonic as possible while trying to keep the original interface the same. So you should be able to use C library's documentation.
- Python (3.10+)
- Setuptools
- Build
Clone the repo and cd into it.
$ git clone https://github.com/kadir014/nova-physics-python.git
$ cd nova-physics-pythonInstall the package locally. This will also download the latest commit from C library's repository.
$ pip install .Or if you want to build wheels, follow this.
$ python -m buildThen install the wheel generated under the dist directory.
$ pip install nova-version-yourplatform.whlMIT © Kadir Aksoy