# vkcore-parse **Repository Path**: a5k3rn3l/vkcore-parse ## Basic Information - **Project Name**: vkcore-parse - **Description**: 一个使用 Python 编写的针对 vulkan_core.h 的解析器,用于为其它变成语言生成 Vulkan 的接口。 - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-07 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vulkan Definition Files Generator by Python3 ## Usage ```bash python3 vkparse.py ``` It will parse `vulkan_core.h` into `vkcore.json`, `vkcore.rs`. - `vkcore.json` is for you to parse it into your language. - `vkcore.rs` is for Rust.