Skip to content

kadir014/nova-physics-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 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

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages