Pure-Python Vulkan driver interface — ctypes-based, lazy registry-driven, zero compiled code in the wheel
Project description
volkano
Pure-Python Vulkan driver interface — ctypes only, lazy registry-driven, zero compiled code in the wheel.
pip install volkano
from volkano import cbase, vk
inst_info = vk.VkInstanceCreateInfo(sType=vk.VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO)
# ...
Layout
volkano.cbase— C-ABI substrate (Pointer,Array,Struct,Handle,Mixin).volkano.vk— lazy registry of Vulkan types, structs, enums, and command thunks. Built once on first attribute access.
Designed as a stable substrate for higher-level libraries. See kaldera for the ergonomic compute layer on top.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file volkano-0.0.1.tar.gz.
File metadata
- Download URL: volkano-0.0.1.tar.gz
- Upload date:
- Size: 231.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3175caf880b337ae4b8d5d79e5319fff67b7d1a26f4e6d78bb6b0dbf32b04c16
|
|
| MD5 |
a087ba6e2a33862270da6a565a9ad175
|
|
| BLAKE2b-256 |
729a066fe6ca86ecc88db4daf19d19f38a540dac9f0a62ccfe541ae807501746
|
File details
Details for the file volkano-0.0.1-py3-none-any.whl.
File metadata
- Download URL: volkano-0.0.1-py3-none-any.whl
- Upload date:
- Size: 227.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44691798e1cc2feab555db48045fc2251ec8cd9b51936f47258a4009a3a42ea3
|
|
| MD5 |
e8fc3a512e3e5393cd99929425442f5d
|
|
| BLAKE2b-256 |
0a9e95905cfccd52beda85039185a0b2569a6ff5e22cd0d08fa3e0c5c76e044a
|