realitix / pyVulkan

Vulkan API bindings for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyVulkan

Vulkan API bindings for Python

pyVulkan does not provide a raw cffi interface for Vulkan API.
pyVulkan provides wrapped Vulkan APIs to reduce boilerplate code.
If you want a raw cffi interface for Vulkan API, use cevalheader.py to generate the code which can be directly passed to ffi.cdef method.

It supports both Python 2 and Python 3.

Tested only on Ubuntu 14.04.

Installation

pip install pyVulkan

About

Vulkan API bindings for Python

License:MIT License


Languages

Language:Python 100.0%Language:Shell 0.0%