Python binding for Nova Physics Engine
Python bindings using CFFI for Nova Physics Engine.
- Python (3.10+)
- Setuptools
- Build
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
MIT © Kadir Aksoy