Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 690 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 690 Bytes

Python binding for Nova Physics Engine

Python bindings using CFFI for Nova Physics Engine.

Requirements

Installation

Clone the repo and cd into it.

$ git clone https://github.com/kadir014/nova-physics-python.git

Build the wheel, this will also download the latest commit from C repository.

$ python -m build

Install the wheel generated under the dist directory.

$ pip install nova-version-yourplatform.whl

License

MIT © Kadir Aksoy