Skip to content

kadir014/nova-physics-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Requirements

Installation

You can simply install from PyPI.

$ pip install novaphysics

Or if you want to manually install, clone the repo and cd into it.

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

Install 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 build

Then install the wheel generated under the dist directory.

$ pip install nova-version-yourplatform.whl

License

MIT © Kadir Aksoy

About

Python binding of Nova Physics Engine

Resources

License

Stars

11 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages